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.

static mixed
extensionMethod($name, $callback = null)

No description

Details

at line 28
__call($name, $args)

Call to undefined method.

Parameters

$name
$args

Exceptions

LogicException

at line 45
static __callStatic($name, $args)

Call to undefined static method.

Parameters

$name
$args

Exceptions

LogicException

at line 58
__get($name)

Access to undeclared property.

Parameters

$name

Exceptions

LogicException

at line 77
__set($name, $value)

Access to undeclared property.

Parameters

$name
$value

Exceptions

LogicException

at line 89
bool __isset($name)

No description

Parameters

$name

Return Value

bool

at line 99
__unset($name)

Access to undeclared property.

Parameters

$name

Exceptions

LogicException

at line 111
static mixed extensionMethod($name, $callback = null)

No description

Parameters

$name
$callback

Return Value

mixed