class Property

Class property description.

Properties

mixed $value

Methods

static Property
from(ReflectionProperty $from) deprecated

No description

setValue($val)

No description

mixed
getValue()

No description

setStatic($state = true)

No description

bool
isStatic()

No description

Details

at line 34
static Property from(ReflectionProperty $from) deprecated

deprecated

No description

Parameters

ReflectionProperty $from

Return Value

Property

at line 44
Property setValue($val)

No description

Parameters

$val

Return Value

Property

at line 54
mixed getValue()

No description

Return Value

mixed

at line 64
Property setStatic($state = true)

No description

Parameters

$state

Return Value

Property

at line 74
bool isStatic()

No description

Return Value

bool

Traits