| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
| Topics | |
| test | |
| Directories | |
| directory | classes | 
|  | |
| directory | plugins | 
|  | |
| directory | tests | 
|  | |
| Namespaces | |
| namespace | editor_atto\plugininfo | 
| Subplugin info class. | |
| namespace | editor_atto\privacy | 
| Privacy Subsystem implementation for editor_atto. | |
| namespace | editor_atto\task | 
| A scheduled task. | |
| Classes | |
| class | atto_texteditor | 
| This is the texteditor implementation.  More... | |
| class | editor_atto\plugininfo\atto | 
| class | editor_atto\privacy\provider | 
| Privacy Subsystem implementation for editor_atto.  More... | |
| class | editor_atto\task\autosave_cleanup_task | 
| Simple task to run the autosave cleanup task.  More... | |
| class | editor_atto_subplugins_setting | 
| Special class for Atto plugins administration.  More... | |
| class | editor_atto_toolbar_setting | 
| Admin setting for toolbar.  More... | |
| Functions | |
| xmldb_editor_atto_upgrade ($oldversion) | |
| Run all Atto upgrade steps between the current DB version and the current version on disk. | |
| Variables | |
| $default = 60 | |
| $desc = new lang_string('autosavefrequency_desc', 'editor_atto') | |
| if($ADMIN->fulltree) | $name = new lang_string('autosavefrequency', 'editor_atto') | 
| $plugin = 2023100400 | |
| $setting = new admin_setting_configduration('editor_atto/autosavefrequency', $name, $desc, $default) | |
| $settings = new admin_settingpage('editorsettingsatto', new lang_string('settings', 'editor_atto')) | |
| $plugin | component = 'editor_atto' | 
| $plugin | version = 2023100900 | 
| xmldb_editor_atto_upgrade | ( | $oldversion | ) | 
Run all Atto upgrade steps between the current DB version and the current version on disk.
| int | $oldversion | The old version of atto in the DB. | 
| bool |