|
Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Files | |
| file | lib.php |
| Atto text editor integration version file. | |
| file | provider.php |
| Privacy Subsystem implementation for block_activity_modules. | |
| file | settings.php |
| Settings that allow configuration of the list of tex examples in the equation editor. | |
| file | upgrade.php |
| Atto equation plugin upgrade script. | |
| file | version.php |
| Atto text editor integration version file. | |
Namespaces | |
| namespace | atto_equation\privacy |
| | |
Classes | |
| class | atto_equation\privacy\provider |
| Privacy Subsystem for atto_equation implementing null_provider. More... | |
Functions | |
| atto_equation_params_for_js ($elementid, $options, $fpoptions) | |
| Set params for this plugin. More... | |
| atto_equation_strings_for_js () | |
| Get the list of strings for this plugin. More... | |
| xmldb_atto_equation_upgrade ($oldversion) | |
| Run all Atto equation upgrade steps between the current DB version and the current version on disk. More... | |
Variables | |
| $plugin = 2020060900 | |
| $settings = new admin_settingpage('atto_equation_settings', new lang_string('settings', 'atto_equation')) | |
| $plugin | component = 'atto_equation' |
| $plugin | version = 2020061500 |
| atto_equation_params_for_js | ( | $elementid, | |
| $options, | |||
| $fpoptions | |||
| ) |
Set params for this plugin.
| string | $elementid | |
| stdClass | $options | - the options for the editor, including the context. |
| stdClass | $fpoptions | - unused. |
| atto_equation_strings_for_js | ( | ) |
Get the list of strings for this plugin.
| string | $elementid |
| xmldb_atto_equation_upgrade | ( | $oldversion | ) |
Run all Atto equation upgrade steps between the current DB version and the current version on disk.
| int | $oldversion | The old version of atto equation in the DB. |
| bool |