Method |
Description |
|
__className ( ) : string |
Returns the class name. Returns FALSE if called from outside a class. |
|
__delta ( mixed $last_version, mixed $old_version ) : Object |
Do a merge/combine between two object tree. |
|
__dump ( mixed $var, boolean $monitor = false ) |
Useful static method to dump any variable with a HTML tag wrap |
|
__isClass ( string $class ) : boolean |
Return TRUE if the instance is an instance of $class. |
|
__isSubclassOfClass ( object $class ) : boolean |
Returns a Boolean value that indicates whether the receiving class is a subclass of, or identical to, a given class. |
|
__parentClass ( ) : string |
Returns the name of the parent class of the class of which object is an instance or the name. |
|
delta ( $last_version, $old_version ) |
|
|