◆ __construct()
fiftyone\pipeline\engines\AspectDataDictionary::__construct | ( | $flowElement, | |
$contents | |||
) |
Constructor for element data dictionary.
- Parameters
- FlowElement -
- mixed[] - dicitonary contents
aspectData class extension that stores content as an array Similar to elementDataDictionary in the Pipeline core library
__construct ($flowElement, $contents)
Constructor for element data dictionary. More...
| |
asDictionary ()
Get the values contained in the aspectData instance as a dictionary of keys and values. More...
| |
getInternal ($key)
Internal getter for contents. More...
| |
Public Member Functions inherited from fiftyone\pipeline\engines\AspectData | |
__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\AspectDataDictionary::__construct | ( | $flowElement, | |
$contents | |||
) |
Constructor for element data dictionary.
fiftyone\pipeline\engines\AspectDataDictionary::asDictionary | ( | ) |
Get the values contained in the aspectData instance as a dictionary of keys and values.
fiftyone\pipeline\engines\AspectDataDictionary::getInternal | ( | $key | ) |
Internal getter for contents.