Specialised restore task for the rss_client block (has own DB structures to backup)
More...
|
| | add_result ($result) |
| | Add the given info to the current plan's results. More...
|
| |
|
| add_step ($step) |
| |
|
| build () |
| | Create all the steps that will be part of this task.
|
| |
| | calculate_checksum () |
| | This function will return one unique and stable checksum for one instance of the class implementing it. More...
|
| |
| | destroy () |
| | Destroy all circular references. More...
|
| |
|
| execute () |
| | Function responsible for executing the steps of any task (setting the $executed property to true)
|
| |
|
| execute_after_restore () |
| | If the task has been executed, launch its after_restore() method if available.
|
| |
|
| get_basepath () |
| |
|
| get_blockid () |
| |
|
| get_blockname () |
| |
|
| get_configdata_encoded_attributes () |
| | Define one array() of configdata attributes that need to be decoded.
|
| |
|
| get_contextid () |
| |
|
| get_courseid () |
| |
|
| get_decoder () |
| |
|
| get_fileareas () |
| | Define one array() of fileareas that each block controls.
|
| |
|
| get_info () |
| |
|
| get_logger () |
| |
|
| get_name () |
| |
|
| get_old_blockid () |
| |
|
| get_old_contextid () |
| |
|
| get_old_courseid () |
| |
|
| get_old_system_contextid () |
| |
|
| get_preloaded_information () |
| |
| | get_progress () |
| | Gets the progress reporter, which can be used to report progress within the backup or restore process. More...
|
| |
|
| get_restoreid () |
| |
| | get_results () |
| | Return the current plan's results. More...
|
| |
|
| get_setting ($name) |
| |
|
| get_setting_value ($name) |
| |
|
| get_settings () |
| |
|
| get_steps () |
| |
|
| get_target () |
| |
|
| get_taskbasepath () |
| | Block tasks have their own directory to write files.
|
| |
|
| get_tempdir () |
| |
|
| get_userid () |
| |
| | get_weight () |
| | Returns the weight of this task, an approximation of the amount of time it will take. More...
|
| |
|
| is_checksum_correct ($checksum) |
| | Given one checksum, returns if matches object's checksum (true) or no (false)
|
| |
|
| is_excluding_activities () |
| |
|
| is_missing_modules () |
| |
|
| is_samesite () |
| |
|
| log ($message, $level, $a=null, $depth=null, $display=false) |
| | This function will be responsible for handling the params, and to call to the corresponding logger->process() once all modifications in params have been performed.
|
| |
|
| set_blockid ($blockid) |
| |
|
| set_blockname ($blockname) |
| |
|
| set_contextid ($contextid) |
| |
|
| set_old_blockid ($blockid) |
| |
|
| set_old_contextid ($contextid) |
| |
|
| set_plan ($plan) |
| |
|
| set_preloaded_information () |
| |
|
| setting_exists ($name) |
| |
Specialised restore task for the rss_client block (has own DB structures to backup)
TODO: Finish phpdocs