|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| process ($processor) | |
| set_annotation_item ($itemname) | |
| annotate ($backupid) | |
Protected Attributes | |
| $annotationitem | |
Instantiable class representing one attribute atom (name/value) piece of information on backup
Definition at line 30 of file backup_attribute.class.php.
| annotate | ( | $ | backupid | ) |
This function implements the annotation of the current value associating it with $itemname
Implements annotable.
Definition at line 51 of file backup_attribute.class.php.

| process | ( | $ | processor | ) |
This function will call to the corresponding processor method in other to make them perform the desired tasks.
Implements processable.
Definition at line 34 of file backup_attribute.class.php.
| set_annotation_item | ( | $ | itemname | ) |
This function sets the $itemname to be used when annotating
Implements annotable.
Definition at line 41 of file backup_attribute.class.php.

$annotationitem [protected] |
Definition at line 32 of file backup_attribute.class.php.