Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Abstract class representing one nestable element (non final) piece of information. More...
Public Member Functions | |
__construct ($name, $attributes=null, $final_elements=null) | |
Constructor - instantiates one base_nested_element, specifying its basic info. | |
add_attributes ($attributes) | |
add_child ($element) | |
add_final_elements ($final_elements) | |
add_optigroup ($optigroup) | |
clean_value () | |
clean_values () | |
destroy () | |
Destroy all circular references. | |
get_attribute ($name) | |
get_attributes () | |
Public API starts here. | |
get_child ($name) | |
get_children () | |
get_final_element ($name) | |
get_final_elements () | |
Public API starts here. | |
get_level () | |
get_name () | |
Public API starts here. | |
get_optigroup () | |
get_parent () | |
get_value () | |
is_set () | |
set_value ($value) | |
to_string ($showvalue=false) | |
Protected Member Functions | |
add_used ($element) | |
check_and_set_used ($element) | |
find_element_by_path ($path) | |
find_first_parent_by_name ($name) | |
get_grandoptigroupelement_or_grandparent () | |
get_grandparent () | |
get_new_attribute ($name) | |
Returns one instace of the @base_attribute class to work with when attributes are added simply by name. | |
get_new_final_element ($name) | |
Returns one instace of the @final_element class to work with when final_elements are added simply by name. | |
get_used () | |
set_parent ($element) | |
set_used ($used) | |
validate_name ($name) | |
Abstract class representing one nestable element (non final) piece of information.
base_nested_element::__construct | ( | $name, | |
$attributes = null, | |||
$final_elements = null ) |
Constructor - instantiates one base_nested_element, specifying its basic info.
string | $name | name of the element |
array | $attributes | attributes this element will handle (optional, defaults to null) |
array | $final_elements | this element will handle (optional, defaults to null) |
Reimplemented in backup_logstore_database_nested_element, backup_nested_element, and base_optigroup.
|
inherited |
Reimplemented in backup_optigroup_element, and base_optigroup.
base_nested_element::add_final_elements | ( | $final_elements | ) |
Reimplemented in base_optigroup.
|
protected |
Reimplemented in base_optigroup.
base_nested_element::clean_value | ( | ) |
Reimplemented from base_atom.
base_nested_element::clean_values | ( | ) |
Reimplemented from base_final_element.
base_nested_element::destroy | ( | ) |
|
inherited |
Reimplemented in backup_optigroup_element, and base_optigroup.
|
abstractprotectedinherited |
Returns one instace of the @base_attribute class to work with when attributes are added simply by name.
Reimplemented in backup_final_element, backup_nested_element, backup_optigroup_element, and base_optigroup.
|
abstractprotected |
Returns one instace of the @final_element class to work with when final_elements are added simply by name.
Reimplemented in backup_nested_element, backup_optigroup_element, and base_optigroup.
base_nested_element::get_value | ( | ) |
Reimplemented from base_atom.
|
protectedinherited |
Reimplemented in backup_optigroup_element, and base_optigroup.
base_nested_element::set_value | ( | $value | ) |
Reimplemented from base_atom.
base_nested_element::to_string | ( | $showvalue = false | ) |
Reimplemented from base_final_element.