HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/public_html/elearning_plateforme1/mod/bigbluebuttonbn/extension/README.md
## BigBlueButtonBN extension subplugins

The plugins are made to extend existing BigBlueButtonBN behaviour. For now, we have two extensions points using as base classes that should be implemented.
* action_url_addons: inherit this class and redefine the execute method so add new parameter when we send an action url to the BigBlueButton server.
* mod_instance_helper : inherit this class so all methods will be called when we either add/delete/or update a module instance.
  The extension classes should be placed in your plugin with exactly the same name but in a different namespace for example
* **\\bbbext_<YOUREXTENSION>\\bigbluebuttonbn\\mod_instance_helper** to extend hooks from the mod_instance_helper class.


Some examples are provided in the tests/fixtures/simple folder.