SimplOn PHP
 All Data Structures Namespaces Files Functions Variables
Public Member Functions
BaseObject Class Reference
+ Inheritance diagram for BaseObject:

Public Member Functions

 getClass ($fssafe= '')
 getClassName ()
 getMethods ()
 getAttributeKeys ($class=null)
 hasMethod ($method)
 __call ($name, $arguments)
 instanceId ()

Detailed Description

Object to add Geters, Seters and other desired functionality to all SimplOn objects

Author:
RSL

Definition at line 26 of file BaseObject.php.


Member Function Documentation

__call ( name,
arguments 
)

Auto Makes the Setters and Getters

Parameters:
$name
$arguments

Reimplemented in Element.

Definition at line 97 of file BaseObject.php.

getAttributeKeys ( class = null)

Returns the Keys of the Object attributes.

Parameters:
string$classFilter only attributes instance of $class.
Returns:
array(int => string)

Definition at line 68 of file BaseObject.php.

getClass ( fssafe = '')

Returns the object class

Returns:
string Class of the object

Definition at line 33 of file BaseObject.php.

Returns the object class

Returns:
string Class of the object

Definition at line 44 of file BaseObject.php.

Returns the Methods of the Object

Returns:
array[int]string

Definition at line 54 of file BaseObject.php.

hasMethod ( method)

Checks if a an object has a specific method

Returns:
boolean

Definition at line 85 of file BaseObject.php.

Definition at line 135 of file BaseObject.php.


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