Strict
trait Strict
Better OOP experience.
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 25
__call($name, $args)
Call to undefined method.
at line 38
static
__callStatic($name, $args)
Call to undefined static method.
at line 51
__get($name)
Access to undeclared property.
at line 68
__set($name, $value)
Access to undeclared property.
at line 80
bool
__isset($name)
No description
at line 90
__unset($name)
Access to undeclared property.