|
| add_instance (stdClass $bigbluebuttonbn) |
| Runs any processes that must run before a bigbluebuttonbn insert/update.
|
|
| delete_instance (int $cmid) |
| Runs any processes that must be run after a bigbluebuttonbn delete.
|
|
| get_join_tables () |
| Get any join table name that is used to store additional data for the instance.
|
|
| update_instance (stdClass $bigbluebuttonbn) |
| Runs any processes that must be run after a bigbluebuttonbn insert/update.
|
|
◆ add_instance()
mod_bigbluebuttonbn\local\extension\mod_instance_helper::add_instance |
( |
stdClass | $bigbluebuttonbn | ) |
|
Runs any processes that must run before a bigbluebuttonbn insert/update.
- Parameters
-
stdClass | $bigbluebuttonbn | BigBlueButtonBN form data |
◆ delete_instance()
mod_bigbluebuttonbn\local\extension\mod_instance_helper::delete_instance |
( |
int | $cmid | ) |
|
Runs any processes that must be run after a bigbluebuttonbn delete.
- Parameters
-
◆ get_join_tables()
mod_bigbluebuttonbn\local\extension\mod_instance_helper::get_join_tables |
( |
| ) |
|
Get any join table name that is used to store additional data for the instance.
- Return values
-
◆ update_instance()
mod_bigbluebuttonbn\local\extension\mod_instance_helper::update_instance |
( |
stdClass | $bigbluebuttonbn | ) |
|
Runs any processes that must be run after a bigbluebuttonbn insert/update.
- Parameters
-
stdClass | $bigbluebuttonbn | BigBlueButtonBN form data |
The documentation for this class was generated from the following file:
- mod/bigbluebuttonbn/classes/local/extension/mod_instance_helper.php