Abstract class representing one nestable element (non final) piece of information.
More...
|
| __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) |
|
|
| 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.
- Copyright
- 2010 onwards Eloy Lafuente (stronk7)
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
TODO: Finish phpdocs
◆ __construct()
base_nested_element::__construct |
( |
| $name, |
|
|
| $attributes = null, |
|
|
| $final_elements = null ) |
◆ add_attributes()
base_final_element::add_attributes |
( |
| $attributes | ) |
|
|
inherited |
◆ add_final_elements()
base_nested_element::add_final_elements |
( |
| $final_elements | ) |
|
◆ add_used()
base_nested_element::add_used |
( |
| $element | ) |
|
|
protected |
◆ clean_value()
base_nested_element::clean_value |
( |
| ) |
|
◆ clean_values()
base_nested_element::clean_values |
( |
| ) |
|
◆ destroy()
base_nested_element::destroy |
( |
| ) |
|
Destroy all circular references.
It helps PHP 5.2 a lot!
Reimplemented from base_final_element.
◆ get_level()
base_final_element::get_level |
( |
| ) |
|
|
inherited |
◆ get_new_attribute()
base_final_element::get_new_attribute |
( |
| $name | ) |
|
|
abstractprotectedinherited |
◆ get_new_final_element()
base_nested_element::get_new_final_element |
( |
| $name | ) |
|
|
abstractprotected |
◆ get_value()
base_nested_element::get_value |
( |
| ) |
|
◆ set_parent()
base_final_element::set_parent |
( |
| $element | ) |
|
|
protectedinherited |
◆ set_value()
base_nested_element::set_value |
( |
| $value | ) |
|
◆ to_string()
base_nested_element::to_string |
( |
| $showvalue = false | ) |
|
The documentation for this class was generated from the following file: