Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
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. More... | |
add_attributes ($attributes) | |
add_child ($element) | |
add_final_elements ($final_elements) | |
add_optigroup ($optigroup) | |
clean_value () | |
clean_values () | |
destroy () | |
Destroy all circular references. More... | |
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 base_optigroup, backup_logstore_database_nested_element, and backup_nested_element.
base_nested_element::destroy | ( | ) |