Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Protected Member Functions | List of all members
base_final_element Class Reference

Abstract class representing one final element atom (name/value/parent) piece of information. More...

Inheritance diagram for base_final_element:
base_atom backup_final_element base_nested_element anonymizer_final_element base64_encode_final_element encrypted_final_element mnethosturl_final_element backup_nested_element base_optigroup backup_logstore_database_nested_element backup_optigroup_element file_nested_element backup_optigroup backup_plugin_element backup_subplugin_element

Public Member Functions

 __construct ($name, $attributes=null)
 Constructor - instantiates one base_final_element, specifying its basic info. More...
 
 add_attributes ($attributes)
 
 clean_value ()
 
 clean_values ()
 
 destroy ()
 Destroy all circular references. More...
 
 get_attribute ($name)
 
 get_attributes ()
 Public API starts here.
 
 get_level ()
 
 get_name ()
 Public API starts here.
 
 get_parent ()
 
 get_value ()
 
 is_set ()
 
 set_value ($value)
 
 to_string ($showvalue=false)
 

Protected Member Functions

 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.
 
 set_parent ($element)
 
 validate_name ($name)
 

Detailed Description

Abstract class representing one final element atom (name/value/parent) piece of information.

Constructor & Destructor Documentation

◆ __construct()

base_final_element::__construct (   $name,
  $attributes = null 
)

Constructor - instantiates one base_final_element, specifying its basic info.

Parameters
string$namename of the element
array$attributesattributes this element will handle (optional, defaults to null)

Reimplemented in encrypted_final_element.

Member Function Documentation

◆ destroy()

base_final_element::destroy ( )

Destroy all circular references.

It helps PHP 5.2 a lot!

Reimplemented in base_nested_element.


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