(no description)
Copyright: | 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 166 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 1 time |
Includes or requires: | 0 files |
base_atom:: (8 methods):
__construct()
validate_name()
get_name()
get_value()
set_value()
clean_value()
is_set()
to_string()
base_atom_exception:: (1 method):
__construct()
base_atom_struct_exception:: (1 method):
__construct()
base_atom_content_exception:: (1 method):
__construct()
__construct($name) X-Ref |
Constructor - instantiates one base_atom, specifying its basic info. param: string $name name of the element param: string $value optional value of the element |
validate_name($name) X-Ref |
No description |
get_name() X-Ref |
No description |
get_value() X-Ref |
No description |
set_value($value) X-Ref |
No description |
clean_value() X-Ref |
No description |
is_set() X-Ref |
No description |
to_string($showvalue = false) X-Ref |
No description |
Class: base_atom_exception - X-Ref
base_atom abstract exception class__construct($errorcode, $a = null, $debuginfo = null) X-Ref |
Constructor - instantiates one base_atom_exception. param: string $errorcode key for the corresponding error string param: object $a extra words and phrases that might be required in the error string param: string $debuginfo optional debugging information |
Class: base_atom_struct_exception - X-Ref
base_atom exception to control all the errors while creating the objects__construct($errorcode, $a = null, $debuginfo = null) X-Ref |
Constructor - instantiates one base_atom_struct_exception param: string $errorcode key for the corresponding error string param: object $a extra words and phrases that might be required in the error string param: string $debuginfo optional debugging information |
Class: base_atom_content_exception - X-Ref
base_atom exception to control all the errors while setting the values__construct($errorcode, $a = null, $debuginfo = null) X-Ref |
Constructor - instantiates one base_atom_content_exception param: string $errorcode key for the corresponding error string param: object $a extra words and phrases that might be required in the error string param: string $debuginfo optional debugging information |