|
static | action_url_addons (string $action='', array $data=[], array $metadata=[], ?int $instanceid=null) |
| Invoke a subplugin hook that will return additional parameters.
|
|
static | add_instance (stdClass $data) |
| Add instance processing.
|
|
static | delete_instance (int $id) |
| Delete instance processing.
|
|
static | get_join_tables () |
| Get additional join tables for instance when extension activated.
|
|
static | mod_form_addons_instances (\MoodleQuickForm $mform, ?stdClass $bigbluebuttondata=null, string $suffix=null) |
| Get all mod_form addons classes instances.
|
|
static | update_instance (stdClass $data) |
| Update instance processing.
|
|
|
const | BBB_EXTENSION_PLUGIN_NAME = 'bbbext' |
| Plugin name for extension.
|
|
|
static | get_classes_implementing (string $classname) |
| Get classes are named on the base of this classname and implementing this class.
|
|
static | get_instances_implementing (string $classname, ?array $newparameters=[]) |
| Get new instance of classes that are named on the base of this classname and implementing this class.
|
|
◆ action_url_addons()
static mod_bigbluebuttonbn\extension::action_url_addons |
( |
string | $action = '', |
|
|
array | $data = [], |
|
|
array | $metadata = [], |
|
|
?int | $instanceid = null ) |
|
static |
Invoke a subplugin hook that will return additional parameters.
- Parameters
-
string | $action | |
array | $data | |
array | $metadata | |
int | null | $instanceid | |
- Return values
-
array | associative array with the additional data and metadata (indexed by 'data' and 'metadata' keys). |
◆ add_instance()
static mod_bigbluebuttonbn\extension::add_instance |
( |
stdClass | $data | ) |
|
|
static |
Add instance processing.
- Parameters
-
stdClass | $data | data to persist |
- Return values
-
◆ delete_instance()
static mod_bigbluebuttonbn\extension::delete_instance |
( |
int | $id | ) |
|
|
static |
Delete instance processing.
- Parameters
-
- Return values
-
◆ get_classes_implementing()
static mod_bigbluebuttonbn\extension::get_classes_implementing |
( |
string | $classname | ) |
|
|
staticprotected |
Get classes are named on the base of this classname and implementing this class.
- Parameters
-
- Return values
-
◆ get_instances_implementing()
static mod_bigbluebuttonbn\extension::get_instances_implementing |
( |
string | $classname, |
|
|
?array | $newparameters = [] ) |
|
staticprotected |
Get new instance of classes that are named on the base of this classname and implementing this class.
- Parameters
-
string | $classname | |
array | null | $newparameters | additional parameters for the constructor. |
- Return values
-
◆ get_join_tables()
static mod_bigbluebuttonbn\extension::get_join_tables |
( |
| ) |
|
|
static |
Get additional join tables for instance when extension activated.
- Return values
-
array | of additional tables names. They all have a field called bigbluebuttonbnid that identifies the bbb instance. |
◆ mod_form_addons_instances()
static mod_bigbluebuttonbn\extension::mod_form_addons_instances |
( |
\MoodleQuickForm | $mform, |
|
|
?stdClass | $bigbluebuttondata = null, |
|
|
string | $suffix = null ) |
|
static |
Get all mod_form addons classes instances.
- Parameters
-
MoodleQuickForm | $mform | |
stdClass | null | $bigbluebuttondata | |
string | null | $suffix | |
- Return values
-
array | of custom completion addon classes instances |
◆ update_instance()
static mod_bigbluebuttonbn\extension::update_instance |
( |
stdClass | $data | ) |
|
|
static |
Update instance processing.
- Parameters
-
stdClass | $data | data to persist |
- Return values
-
The documentation for this class was generated from the following file:
- mod/bigbluebuttonbn/classes/extension.php