trait PropertiesAware

internal  
 

Methods

setProperties(array $props)

No description

array
getProperties()

No description

getProperty(string $name)

No description

addProperty(string $name, mixed $value = null, bool $overwrite = false)

No description

removeProperty(string $name)

No description

bool
hasProperty(string $name)

No description

Details

at line 26
PropertiesAware setProperties(array $props)

No description

Parameters

array $props

Return Value

PropertiesAware

at line 39
array getProperties()

No description

Return Value

array

at line 45
Property getProperty(string $name)

No description

Parameters

string $name

Return Value

Property

at line 52
Property addProperty(string $name, mixed $value = null, bool $overwrite = false)

No description

Parameters

string $name

without $

mixed $value
bool $overwrite

Return Value

Property

at line 64
PropertiesAware removeProperty(string $name)

No description

Parameters

string $name

without $

Return Value

PropertiesAware

at line 71
bool hasProperty(string $name)

No description

Parameters

string $name

Return Value

bool