Strict
trait Strict
Better OOP experience.
Methods
__call(string $name, array $args)
Call to undefined method.
static
__callStatic(string $name, array $args)
Call to undefined static method.
__get(string $name)
Access to undeclared property.
__set(string $name, $value)
Access to undeclared property.
bool
__isset(string $name)
No description
__unset(string $name)
Access to undeclared property.
Details
at line 24
__call(string $name, array $args)
Call to undefined method.
at line 39
static
__callStatic(string $name, array $args)
Call to undefined static method.
at line 54
__get(string $name)
Access to undeclared property.
at line 69
__set(string $name, $value)
Access to undeclared property.
at line 80
bool
__isset(string $name)
No description
at line 90
__unset(string $name)
Access to undeclared property.