Inheritance diagram for fiftyone\pipeline\engines\AspectData:
Collaboration diagram for fiftyone\pipeline\engines\AspectData:
Public Member Functions | |
| __construct (Engine $flowElement) | |
| Constructor for element data Adds default missing property service if not available. | |
| get (string $key) | |
| Get a value (unless in a flowElement's restrictedProperties list) If property not found, call the attached missing property service. | |
Public Member Functions inherited from fiftyone\pipeline\core\ElementData | |
| __construct (FlowElement $flowElement) | |
| __get (string $key) | |
| asDictionary () | |
| Get the values contained in the ElementData instance as a dictionary of keys and values. | |
| getAsString (string $key) | |
| Helper method to get property as a string. | |
| getAsFloat (string $key) | |
| Helper method to get property as a float. | |
| getAsInteger (string $key) | |
| Helper method to get property as an int. | |
Data Fields | |
| MissingPropertyService | $missingPropertyService = null |
Data Fields inherited from fiftyone\pipeline\core\ElementData | |
| FlowElement | $flowElement |
Additional Inherited Members | |
Protected Member Functions inherited from fiftyone\pipeline\core\ElementData | |
| getInternal (string $key) | |
| Called by the get() method Returns the requested property from the data. | |
Member Function Documentation
◆ get()
| fiftyone\pipeline\engines\AspectData::get | ( | string | $key | ) |
Get a value (unless in a flowElement's restrictedProperties list) If property not found, call the attached missing property service.
- Returns
- mixed
Reimplemented from fiftyone\pipeline\core\ElementData.
