Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
editor_atto

Namespaces

namespace  editor_atto\plugininfo
  
 
namespace  editor_atto\privacy
  
 
namespace  editor_atto\task
  
 

Classes

class  atto_texteditor
 This is the texteditor implementation. More...
 
class  behat_editor_atto
 Steps definitions to deal with the atto text editor. 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 = 2024041600
 
 $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 = 2024042200
 

Detailed Description

Function Documentation

◆ xmldb_editor_atto_upgrade()

xmldb_editor_atto_upgrade ( $oldversion)

Run all Atto upgrade steps between the current DB version and the current version on disk.

Parameters
int$oldversionThe old version of atto in the DB.
Return values
bool