Neos\Eel\FlowQuery\Operations\Object\FilterOperation::getPropertyPath PHP Method

getPropertyPath() protected method

Evaluate a property path. This is outsourced to a single method to make overriding this functionality easy.
protected getPropertyPath ( object $element, string $propertyPath ) : mixed
$element object
$propertyPath string
return mixed
    protected function getPropertyPath($element, $propertyPath)
    {
        return ObjectAccess::getPropertyPath($element, $propertyPath);
    }