PropertiesAware
trait PropertiesAware
| internal |
Methods
setProperties(array $props)
Replaces all properties.
array
getProperties()
No description
getProperty(string $name)
No description
addProperty(string $name, mixed $value = null, bool $overwrite = false)
Adds a property.
removeProperty(string $name)
No description
bool
hasProperty(string $name)
No description
Details
at line 28
PropertiesAware
setProperties(array $props)
Replaces all properties.
at line 41
array
getProperties()
No description
at line 47
Property
getProperty(string $name)
No description
at line 58
Property
addProperty(string $name, mixed $value = null, bool $overwrite = false)
Adds a property.
at line 70
PropertiesAware
removeProperty(string $name)
No description
at line 77
bool
hasProperty(string $name)
No description