Componere\Definition::addProperty
PHP function
Edit on GitHub ✎
(Componere 2 >= 2.1.0)
Add Property
Description
Componere\Definition::addProperty(string $name, Componere\Value $value): Definition
Shall declare a class property on the current Definition
Parameters
nameThe case sensitive name for the property
valueThe default Value for the property
Return Values
The current Definition
Exceptions
Warning
Shall throw RuntimeException if Definition was registered
Warning
Shall throw RuntimeException if name is already declared as a property