◆ constructor()
AspectPropertyValue::constructor | ( | noValueMessage = 'No value has been set.' ,
|
|
value | |||
) |
inline
Constructor for AspectPropertyValue.
- Parameters
-
- {string} - noValueMessage The message to show when no value is set
- {Mixed} - value The value inside the wrapper
◆ value() [1/2]
get AspectPropertyValue::value ( ) inlineGet the value of this instance.
- Returns
- {Mixed} The value of the property
- Exceptions
-
- Will - throw error if 'hasValue' is false.
◆ value() [2/2]
set AspectPropertyValue::value ( value ) inlineSet the value of this instance.
- Parameters
-
- {Mixed} - value the value to set