Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Instantiable class representing one attribute atom (name/value) piece of information on backup. More...
Public Member Functions | |
annotate ($backupid) | |
This function implements the annotation of the current value associating it with $itemname. | |
clean_value () | |
get_name () | |
Public API starts here. | |
get_value () | |
is_set () | |
process ($processor) | |
This function will call to the corresponding processor method in other to make them perform the desired tasks. | |
set_annotation_item ($itemname) | |
This function sets the $itemname to be used when annotating. | |
set_value ($value) | |
to_string ($showvalue=false) | |
Protected Member Functions | |
validate_name ($name) | |
Protected Attributes | |
$annotationitem | |
Instantiable class representing one attribute atom (name/value) piece of information on backup.