Public Member Functions | |
getClass ($fssafe= '') | |
getClassName () | |
getMethods () | |
getAttributeKeys ($class=null) | |
hasMethod ($method) | |
__call ($name, $arguments) | |
instanceId () |
Object to add Geters, Seters and other desired functionality to all SimplOn objects
Definition at line 26 of file BaseObject.php.
__call | ( | $ | name, |
$ | arguments | ||
) |
Auto Makes the Setters and Getters
$name | |
$arguments |
Reimplemented in Element.
Definition at line 97 of file BaseObject.php.
getAttributeKeys | ( | $ | class = null | ) |
Returns the Keys of the Object attributes.
string | $class | Filter only attributes instance of $class. |
Definition at line 68 of file BaseObject.php.
getClass | ( | $ | fssafe = '' | ) |
Returns the object class
Definition at line 33 of file BaseObject.php.
getClassName | ( | ) |
Returns the object class
Definition at line 44 of file BaseObject.php.
getMethods | ( | ) |
Returns the Methods of the Object
Definition at line 54 of file BaseObject.php.
hasMethod | ( | $ | method | ) |
Checks if a an object has a specific method
Definition at line 85 of file BaseObject.php.
instanceId | ( | ) |
Definition at line 135 of file BaseObject.php.