Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 400 and 401] [Versions 400 and 402] [Versions 400 and 403]

Upgrade logic.

Author: Jesus Federico (jesus [at] blindsidenetworks [dt] com)
Author: Fred Dixon (ffdixon [at] blindsidenetworks [dt] com)
Copyright: 2010 onwards, Blindside Networks Inc
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 497 lines (27 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions


Functions that are not part of a class:

xmldb_bigbluebuttonbn_upgrade($oldversion = 0)   X-Ref
Performs data migrations and updates on upgrade.

return: bool
param: int $oldversion

xmldb_bigbluebuttonbn_add_change_field(database_manager $dbman, string $tablename, string $fieldname,array $fielddefinition)   X-Ref
Generic helper function for adding or changing a field in a table.

param: database_manager $dbman
param: string $tablename
param: string $fieldname
param: array $fielddefinition

xmldb_bigbluebuttonbn_index_table(database_manager $dbman, string $tablename, string $indexname, array $indexfields,$indextype = XMLDB_INDEX_NOTUNIQUE)   X-Ref
Generic helper function for adding index to a table.

param: database_manager $dbman
param: string $tablename
param: string $indexname
param: array $indexfields
param: string|false|null $indextype