Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
helper implementation of grouped_parser_processor that will load all the categories and questions (header info only) from the questions.xml file to the backup_ids table storing the whole structure there for later processing. More...
Public Member Functions | |
__construct ($restoreid) | |
add_path ($path) | |
add_path ($path, $grouped=false) | |
after_path ($path) | |
The parser fires this each time one path has been parsed. More... | |
before_path ($path) | |
The parser fires this each time one path is going to be parsed. More... | |
debug_info () | |
process_cdata ($cdata) | |
Provide NULL decoding. More... | |
process_chunk ($data) | |
Get one chunk of parsed data and make it simpler adding attributes as tags and delegating to dispatch_chunk() the procesing of the resulting chunk. More... | |
receive_chunk ($data) | |
Protected Member Functions | |
add_missing_sub ($grouped, $path, $tags) | |
Add non-existing subarray elements. | |
build_currentdata ($grouped, $data) | |
This function will accumulate the chunk into the specified grouped element for later dispatching once it is complete. | |
dispatch_chunk ($data) | |
Get the already simplified chunk and dispatch it. More... | |
get_parent_path ($path) | |
Get the parent path using a local cache for performance. More... | |
grouped_child_exists ($path) | |
Function that will look for any grouped child for the given path, returning it if found, false if not. | |
grouped_parent_exists ($path) | |
Function that will look for any grouped parent for the given path, returning it if found, false if not. | |
notify_path_end ($path) | |
Get one selected path and notify about end. More... | |
notify_path_start ($path) | |
Get one selected path and notify about start. More... | |
path_is_grouped ($path) | |
path_is_selected ($path) | |
path_is_selected_parent ($path) | |
postprocess_chunk ($data) | |
Override this method so grouping will be happening here also deciding between accumulating/dispatching. More... | |
process_pending_startend_notifications ($path, $action) | |
Adjust start/end til finding one match start/end path (included) More... | |
selected_parent_exists ($path) | |
Returns the first selected parent if available or false. | |
helper implementation of grouped_parser_processor that will load all the categories and questions (header info only) from the questions.xml file to the backup_ids table storing the whole structure there for later processing.
Note: only "needed" categories are loaded (must have question_categoryref record in backup_ids) Note: parentitemid will contain the category->contextid for categories Note: parentitemid will contain the category->id for questions
TODO: Complete phpdocs
|
inherited |
The parser fires this each time one path has been parsed.
string | $path | xml path which parsing has ended |
Reimplemented from simplified_parser_processor.
|
inherited |
The parser fires this each time one path is going to be parsed.
string | $path | xml path which parsing has started |
Reimplemented from simplified_parser_processor.
|
protected |
Get the already simplified chunk and dispatch it.
Reimplemented from simplified_parser_processor.
|
protectedinherited |
Get the parent path using a local cache for performance.
$path | string The pathname you wish to obtain the parent name for. |
string | The parent pathname. |
|
protected |
Get one selected path and notify about end.
Reimplemented from simplified_parser_processor.
|
protected |
Get one selected path and notify about start.
Reimplemented from simplified_parser_processor.
|
protectedinherited |
Override this method so grouping will be happening here also deciding between accumulating/dispatching.
Reimplemented from simplified_parser_processor.
Reimplemented in restore_structure_parser_processor.
restore_questions_parser_processor::process_cdata | ( | $cdata | ) |
Provide NULL decoding.
Reimplemented from progressive_parser_processor.
|
inherited |
Get one chunk of parsed data and make it simpler adding attributes as tags and delegating to dispatch_chunk() the procesing of the resulting chunk.
Reimplemented from progressive_parser_processor.
|
protectedinherited |
Adjust start/end til finding one match start/end path (included)
This will trigger all the pending {
string | path the path to look for as limit |
string | action the action to look for as limit |