course task that provides all the properties and common steps to be performed when one course is being restored
More...
|
| __construct ($name, $info, $plan=null) |
| Constructor - instantiates one object of this class.
|
|
| 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. More...
|
|
| 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) More...
|
|
| execute_after_restore () |
| If the task has been executed, launch its after_restore() method if available.
|
|
| get_basepath () |
|
| get_contextid () |
|
| get_courseid () |
|
| get_decoder () |
|
| get_info () |
|
| get_logger () |
|
| get_name () |
|
| 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 () |
| Course tasks have their own directory to read files. More...
|
|
| 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) More...
|
|
| 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. More...
|
|
| set_plan ($plan) |
|
| set_preloaded_information () |
|
| setting_exists ($name) |
|
|
static | define_decode_contents () |
| Define the contents in the course that must be processed by the link decoder.
|
|
static | define_decode_rules () |
| Define the decoding rules for links belonging to the course to be executed by the link decoder.
|
|
|
| add_setting ($setting) |
|
| define_settings () |
| Define the common setting that any restore course will have. More...
|
|
|
| $built |
|
| $contextid |
|
| $executed |
|
| $info |
|
| $name |
|
| $plan |
|
| $settings |
|
| $steps |
|
course task that provides all the properties and common steps to be performed when one course is being restored
TODO: Finish phpdocs
◆ add_result()
base_task::add_result |
( |
|
$result | ) |
|
|
inherited |
Add the given info to the current plan's results.
- See also
- base_plan::add_result()
- Parameters
-
array | $result | associative array describing a result of a task/step |
◆ build()
restore_course_task::build |
( |
| ) |
|
Create all the steps that will be part of this task.
Reimplemented from base_task.
◆ calculate_checksum()
base_task::calculate_checksum |
( |
| ) |
|
|
inherited |
This function will return one unique and stable checksum for one instance of the class implementing it.
It's each implementation responsibility to do it recursively if needed and use optional store (caching) of the checksum if necessary/possible
Implements checksumable.
◆ define_settings()
restore_course_task::define_settings |
( |
| ) |
|
|
protected |
Define the common setting that any restore course will have.
Reimplemented from base_task.
◆ destroy()
Destroy all circular references.
It helps PHP 5.2 a lot!
◆ execute()
◆ get_progress()
base_task::get_progress |
( |
| ) |
|
|
inherited |
Gets the progress reporter, which can be used to report progress within the backup or restore process.
- Return values
-
◆ get_results()
base_task::get_results |
( |
| ) |
|
|
inherited |
Return the current plan's results.
- Return values
-
◆ get_setting()
base_task::get_setting |
( |
|
$name | ) |
|
|
inherited |
◆ get_taskbasepath()
restore_course_task::get_taskbasepath |
( |
| ) |
|
Course tasks have their own directory to read files.
Reimplemented from base_task.
◆ get_weight()
base_task::get_weight |
( |
| ) |
|
|
inherited |
Returns the weight of this task, an approximation of the amount of time it will take.
By default this value is 1. It can be increased for longer tasks.
- Return values
-
Reimplemented in backup_final_task.
◆ is_checksum_correct()
base_task::is_checksum_correct |
( |
|
$checksum | ) |
|
|
inherited |
Given one checksum, returns if matches object's checksum (true) or no (false)
Implements checksumable.
◆ log()
base_task::log |
( |
|
$message, |
|
|
|
$level, |
|
|
|
$a = null , |
|
|
|
$depth = null , |
|
|
|
$display = false |
|
) |
| |
|
inherited |
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.
Implements loggable.
The documentation for this class was generated from the following file: