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

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

For generic objects, we do not support property name filters.
protected matchesPropertyNameFilter ( object $element, string $propertyNameFilter ) : boolean
$element object
$propertyNameFilter string
Результат boolean
    protected function matchesPropertyNameFilter($element, $propertyNameFilter)
    {
        throw new FizzleException('Property Name filter not supported for generic objects.', 1332489796);
    }