Neos\Eel\FlowQuery\Operations\Object\FilterOperation::getPropertyPath PHP Метод

getPropertyPath() защищенный Метод

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
Результат mixed
    protected function getPropertyPath($element, $propertyPath)
    {
        return ObjectAccess::getPropertyPath($element, $propertyPath);
    }