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


Public Member Functions | |
| __construct () | |
| get_all_chunks () | |
Protected Member Functions | |
| dispatch_chunk ($data) | |
| notify_path_start ($path) | |
| notify_path_end ($path) | |
Protected Attributes | |
| $accumchunks | |
helper implementation of grouped_parser_processor that will return all the information present in the moodle_backup.xml file accumulating it for later generation of controller->info
TODO: Complete phpdocs
Definition at line 34 of file restore_moodlexml_parser_processor.class.php.
| __construct | ( | ) |
Reimplemented from progressive_parser_processor.
Definition at line 38 of file restore_moodlexml_parser_processor.class.php.

| dispatch_chunk | ( | $ | data | ) | [protected] |
Get the already simplified chunk and dispatch it
Reimplemented from simplified_parser_processor.
Definition at line 50 of file restore_moodlexml_parser_processor.class.php.
| get_all_chunks | ( | ) |
Definition at line 62 of file restore_moodlexml_parser_processor.class.php.
| notify_path_end | ( | $ | path | ) | [protected] |
Get one selected path and notify about end
Reimplemented from simplified_parser_processor.
Definition at line 58 of file restore_moodlexml_parser_processor.class.php.
| notify_path_start | ( | $ | path | ) | [protected] |
Get one selected path and notify about start
Reimplemented from simplified_parser_processor.
Definition at line 54 of file restore_moodlexml_parser_processor.class.php.
$accumchunks [protected] |
Definition at line 36 of file restore_moodlexml_parser_processor.class.php.