Detailed Description
Choice conversion handler
Definition at line 32 of file lib.php.
Member Function Documentation
Declare the paths in moodle.xml we are able to convert
The method returns list of convert_path instances. For each path returned, the corresponding conversion method must be defined.
Note that the path /MOODLE_BACKUP/COURSE/MODULES/MOD/CHOICE does not actually exist in the file. The last element with the module name was appended by the moodle1_converter class.
- Returns:
- array of convert_path instances
Definition at line 53 of file lib.php.
This is executed when we reach the closing </MOD> tag of our 'choice' path
Definition at line 135 of file lib.php.
This is executed when the parser reaches the closing </OPTIONS> element
Definition at line 128 of file lib.php.
This is executed when the parser reaches the <OPTIONS> opening element
Definition at line 113 of file lib.php.
This is executed every time we have one /MOODLE_BACKUP/COURSE/MODULES/MOD/CHOICE data available
Definition at line 79 of file lib.php.
This is executed every time we have one /MOODLE_BACKUP/COURSE/MODULES/MOD/CHOICE/OPTIONS/OPTION data available
Definition at line 121 of file lib.php.
Field Documentation
$fileman = null [protected] |
$moduleid = null [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/mod/choice/backup/moodle1/lib.php