◆ __construct()
fiftyone\pipeline\core\ElementData::__construct | ( | $flowElement | ) |
Constructor for element data.
- Parameters
-
- FlowElement -
Member Function Documentation
◆ asDictionary()
fiftyone\pipeline\core\ElementData::asDictionary ( ) Get the values contained in the ElementData instance as a dictionary of keys and values.
- Returns
- mixed[]
◆ get()
fiftyone\pipeline\core\ElementData::get ( $key ) Get a value from the ElementData contents This calls the ElementData class' (often overridden) getInternal method.
- Parameters
-
- string - property
- Returns
- mixed
◆ getAsFloat()
fiftyone\pipeline\core\ElementData::getAsFloat ( $key ) Helper method to get property as a float.