◆ __get()
fiftyone\pipeline\core\ElementData::__get | ( | string | $key | ) |
- Returns
- mixed
\r\n
Stores information created by a FlowElement based on FlowData.
Stored in FlowData.
__construct (FlowElement $flowElement) |
FlowElement | $flowElement |
getInternal (string $key) |
fiftyone\pipeline\core\ElementData::__get | ( | string | $key | ) |
fiftyone\pipeline\core\ElementData::asDictionary | ( | ) |
Get the values contained in the ElementData instance as a dictionary of keys and values.
fiftyone\pipeline\core\ElementData::get | ( | string | $key | ) |
Get a value from the ElementData contents This calls the ElementData class' (often overridden) getInternal method.
fiftyone\pipeline\core\ElementData::getInternal | ( | string | $key | ) |
Called by the get() method Returns the requested property from the data.