◆ __construct()
fiftyone\pipeline\core\ElementDataDictionary::__construct | ( | $flowElement, | |
$contents | |||
) |
Constructor for element data dictionary.
- Parameters
-
- FlowElement -
- mixed[] - dicitonary contents
Member Function Documentation
◆ asDictionary()
fiftyone\pipeline\core\ElementDataDictionary::asDictionary ( ) Get the values contained in the ElementData instance as a dictionary of keys and values.
- Returns
- mixed[]
◆ getInternal()
fiftyone\pipeline\core\ElementDataDictionary::getInternal ( $key ) Internal getter for contents.
- Parameters
-
- string - key
- Returns
- mixed