|  | 
|  | destroy () | 
|  | Destroy all circular references. 
 | 
|  | 
|  | execute () | 
|  | This function will perform all the actions necessary to achieve the execution of the plan/part/task. 
 | 
|  | 
|  | get_name () | 
|  | 
|  | 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_task ($task) | 
|  | 
|  | 
|  | define_execution () | 
|  | Function that will contain all the code to be executed. 
 | 
|  | 
|  | get_backupid () | 
|  | 
|  | get_basepath () | 
|  | 
|  | get_courseid () | 
|  | 
|  | get_logger () | 
|  | 
|  | get_setting ($name) | 
|  | 
|  | get_setting_value ($name) | 
|  | 
|  | get_settings () | 
|  | Protected API starts here. 
 | 
|  | 
|  | setting_exists ($name) | 
|  | 
|  | 
| string | $name | 
|  | One simple name for identification purposes. 
 | 
|  | 
| base_task null | $task | 
|  | Task this is part of. 
 | 
|  | 
◆ define_execution()
  
  | 
        
          | imscc11_backup_convert::define_execution | ( |  | ) |  |  | protected | 
 
 
◆ destroy()
Destroy all circular references. 
It helps PHP 5.2 a lot! 
 
 
◆ execute()
  
  | 
        
          | backup_execution_step::execute | ( |  | ) |  |  | inherited | 
 
This function will perform all the actions necessary to achieve the execution of the plan/part/task. 
Implements executable.
 
 
◆ log()
  
  | 
        
          | base_step::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: