Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
|
Abstract class representing one attribute atom (name/value) piece of information. More...
Public Member Functions | |
clean_value () | |
get_name () | |
Public API starts here. | |
get_value () | |
is_set () | |
set_value ($value) | |
to_string ($showvalue=false) | |
Protected Member Functions | |
validate_name ($name) | |
Abstract class representing one attribute atom (name/value) piece of information.
|
inherited |
Reimplemented in base64_encode_final_element, and encrypted_final_element.
base_attribute::to_string | ( | $showvalue = false | ) |
Reimplemented from base_atom.