◆ __construct()
fiftyone\pipeline\engines\AspectData::__construct | ( | $flowElement | ) |
Constructor for element data Adds default missing property service if not available.
- Parameters
- FlowElement -
aspectData extends elementData by adding the option of a missing property service It also allows properties to be explicitly excluded by a flowElement / engine
__construct ($flowElement)
Constructor for element data Adds default missing property service if not available. More...
| |
get ($key)
Get a value (unless in a flowElement's restrictedProperties list) If property not found, call the attached missing property service. More...
| |
Public Member Functions inherited from fiftyone\pipeline\core\ElementData | |
__construct ($flowElement)
Constructor for element data. More...
| |
get ($key)
Get a value from the ElementData contents This calls the ElementData class' (often overridden) getInternal method. More...
| |
__get ($key) |
fiftyone\pipeline\engines\AspectData::__construct | ( | $flowElement | ) |
Constructor for element data Adds default missing property service if not available.
fiftyone\pipeline\engines\AspectData::get | ( | $key | ) |
Get a value (unless in a flowElement's restrictedProperties list) If property not found, call the attached missing property service.