Object
abstract class Object
Object is the ultimate ancestor of all instantiable classes.
Methods
__call($name, $args)
Call to undefined method.
static
__callStatic($name, $args)
Call to undefined static method.
__get($name)
Access to undeclared property.
__set($name, $value)
Access to undeclared property.
bool
__isset($name)
No description
__unset($name)
Access to undeclared property.
Details
at line 23
__call($name, $args)
Call to undefined method.
at line 36
static
__callStatic($name, $args)
Call to undefined static method.
at line 49
__get($name)
Access to undeclared property.
at line 62
__set($name, $value)
Access to undeclared property.
at line 74
bool
__isset($name)
No description
at line 84
__unset($name)
Access to undeclared property.