◆ 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
- {*} - value The value inside the wrapper
◆ value() [1/2]
get AspectPropertyValue::value ( ) inlineGet the value of this instance.
- Returns
- {*} 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
-
- {*} - value the value to set
