Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
atto_equation

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.
 
 atto_equation_strings_for_js ()
 Get the list of strings for this plugin.
 
 xmldb_atto_equation_upgrade ($oldversion)
 Run all Atto equation upgrade steps between the current DB version and the current version on disk.
 

Variables

 $plugin = 2023100400
 
 $settings = new admin_settingpage('atto_equation_settings', new lang_string('settings', 'atto_equation'))
 
$plugin component = 'atto_equation'
 
$plugin version = 2023100900
 

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