PHP Класс Neos\ContentRepository\Eel\FlowQueryOperations\FilterOperation
The implementation changes the behavior of the
instanceof operator to
work on node types instead of PHP object types, so that::
[instanceof Neos.NodeTypes:Page]
will in fact use
isOfType() on the
NodeType of context elements to
filter. This filter allow also to filter the current context by a given
node. Anything else remains unchanged.
Показать файл
Открыть проект
Примеры использования класса
Защищенные свойства (Protected)
Открытые методы
Защищенные методы
Описание методов
canEvaluate()
публичный Метод
public canEvaluate ( $context ) : boolean |
Результат |
boolean |
TRUE if the operation can be applied onto the $context, FALSE otherwise |
evaluate()
публичный Метод
public evaluate ( FlowQuery $flowQuery, array $arguments ) : void |
$flowQuery |
Neos\Eel\FlowQuery\FlowQuery |
|
$arguments |
array |
|
Результат |
void |
|
evaluateOperator()
защищенный Метод
getPropertyPath()
защищенный Метод
matchesIdentifierFilter()
защищенный Метод
matchesPropertyNameFilter()
защищенный Метод
Описание свойств
$priority защищенное статическое свойство
protected static int $priority |
Результат |
integer |
|