|
| define_subplugin_structure ($connectionpoint) |
|
|
| define_logstore_subplugin_structure () |
| Returns the subplugin structure to attach to the 'logstore' XML element.
|
|
| get_recommended_name () |
| Simple helper function that suggests one name for the main nested element in subplugins It's not mandatory to use it but recommended ;-)
|
|
| get_setting_value ($name) |
| Returns the value of one (task/plan) setting.
|
|
| get_subplugin_element ($final_elements=null, $conditionparam=null, $conditionvalue=null) |
| Factory method that will return one backup_subplugin_element (backup_optigroup_element) with its name automatically calculated, based one the subplugin being handled (type, name)
|
|
|
| $connectionpoint |
|
| $optigroup |
|
| $step |
|
| $subpluginname |
|
| $subplugintype |
|
| $task |
|
◆ define_logstore_subplugin_structure()
backup_logstore_database_subplugin::define_logstore_subplugin_structure |
( |
| ) |
|
|
protected |
Returns the subplugin structure to attach to the 'logstore' XML element.
- Return values
-
backup_subplugin_element | the subplugin structure to be attached. |
The documentation for this class was generated from the following file:
- admin/tool/log/store/database/backup/moodle2/backup_logstore_database_subplugin.class.php