Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
base_step Class Reference

Abstract class defining the basis for one execution (backup/restore) step. More...

Inheritance diagram for base_step:
executable loggable backup_step restore_step backup_execution_step backup_structure_step restore_execution_step restore_structure_step create_and_clean_temp_stuff create_taskbasepath_directory drop_and_clean_temp_stuff imscc11_backup_convert imscc11_store_backup_file imscc11_zip_contents backup_activity_structure_step restore_activity_search_index restore_block_search_index restore_calendar_action_events restore_course_legacy_files_step restore_course_search_index restore_create_and_clean_temp_stuff restore_create_included_users restore_create_question_files restore_decode_interlinks restore_default_enrolments_step restore_drop_and_clean_temp_stuff restore_execute_after_restore restore_fix_restorer_access_step restore_load_and_map_roles restore_load_categories_and_questions restore_load_included_inforef_records restore_load_included_users restore_move_module_questions_categories restore_process_categories_and_questions restore_process_course_modules_availability restore_process_file_aliases_queue restore_process_included_users restore_rebuild_course_cache restore_review_pending_block_positions restore_update_availability restore_activity_competencies_structure_step restore_activity_grade_history_structure_step restore_activity_grades_structure_step restore_activity_grading_structure_step restore_activity_structure_step restore_badges_structure_step restore_block_instance_structure_step restore_calendarevents_structure_step restore_comments_structure_step restore_completion_defaults_structure_step restore_contentbankcontent_structure_step restore_course_competencies_structure_step restore_course_completion_structure_step restore_course_logs_structure_step restore_course_logstores_structure_step restore_course_structure_step restore_create_categories_and_questions restore_enrolments_structure_step restore_filters_structure_step restore_grade_history_structure_step restore_gradebook_structure_step restore_groups_members_structure_step restore_groups_structure_step restore_load_included_files restore_module_structure_step restore_outcomes_structure_step restore_ras_and_caps_structure_step restore_rss_client_block_structure_step restore_scales_structure_step restore_section_structure_step restore_userscompletion_structure_step

Public Member Functions

 __construct ($name, $task=null)
 Constructor - instantiates one object of this class. More...
 
 destroy ()
 Destroy all circular references. More...
 
 execute ()
 This function will perform all the actions necessary to achieve the execution of the plan/part/task. More...
 
 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. More...
 
 set_task ($task)
 

Protected Member Functions

 get_basepath ()
 
 get_courseid ()
 
 get_logger ()
 
 get_setting ($name)
 
 get_setting_value ($name)
 
 get_settings ()
 Protected API starts here.
 
 setting_exists ($name)
 

Protected Attributes

 $name
 
 $task
 

Detailed Description

Abstract class defining the basis for one execution (backup/restore) step.

TODO: Finish phpdocs

Constructor & Destructor Documentation

◆ __construct()

base_step::__construct (   $name,
  $task = null 
)

Constructor - instantiates one object of this class.

Reimplemented in backup_step, and restore_step.

Member Function Documentation

◆ destroy()

base_step::destroy ( )

Destroy all circular references.

It helps PHP 5.2 a lot!

◆ execute()

executable::execute ( )
inherited

This function will perform all the actions necessary to achieve the execution of the plan/part/task.

Implemented in backup_activity_task, backup_section_task, restore_activity_task, restore_section_task, backup_execution_step, backup_plan, backup_structure_step, base_plan, base_task, restore_execution_step, restore_plan, and restore_structure_step.

◆ log()

base_step::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.

Implements loggable.


The documentation for this class was generated from the following file: