Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
Files | Namespaces | Classes | Functions | Variables
atto_equation

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
 

Detailed Description

Function Documentation

◆ atto_equation_params_for_js()

atto_equation_params_for_js (   $elementid,
  $options,
  $fpoptions 
)

Set params for this plugin.

Parameters
string$elementid
stdClass$options- the options for the editor, including the context.
stdClass$fpoptions- unused.

◆ atto_equation_strings_for_js()

atto_equation_strings_for_js ( )

Get the list of strings for this plugin.

Parameters
string$elementid

◆ xmldb_atto_equation_upgrade()

xmldb_atto_equation_upgrade (   $oldversion)

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

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