Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Namespaces | |
namespace | atto_recordrtc\privacy |
| |
Classes | |
class | atto_recordrtc\privacy\provider |
Privacy Subsystem for atto_recordrtc implementing null_provider. More... | |
Functions | |
atto_recordrtc_get_fontawesome_icon_map () | |
Map icons for font-awesome themes. | |
atto_recordrtc_params_for_js ($elementid, $options, $fpoptions) | |
Set params for this plugin. | |
atto_recordrtc_strings_for_js () | |
Initialise the js strings required for this module. | |
xmldb_atto_recordrtc_upgrade ($oldversion) | |
Upgrade code for the recordrtc atto text editor. | |
Variables | |
$capabilities | |
$plugin = 2023100400 | |
$plugin | component = 'atto_recordrtc' |
const | DEFAULT_TIME_LIMIT 120 |
Default maximum recording length allowed for the audio/video clips. | |
$plugin | maturity = MATURITY_STABLE |
$plugin | version = 2023100900 |
atto_recordrtc_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. |
xmldb_atto_recordrtc_upgrade | ( | $oldversion | ) |
Upgrade code for the recordrtc atto text editor.
int | $oldversion | the version we are upgrading from. |
bool |
$capabilities |