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);
    }