PHP Class 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.
Datei anzeigen
Open project: neos/neos-development-collection
Class Usage Examples
Protected Properties
Public Methods
Protected Methods
Method Details
canEvaluate()
public method
public canEvaluate ( $context ) : boolean |
return |
boolean |
TRUE if the operation can be applied onto the $context, FALSE otherwise |
public evaluate ( FlowQuery $flowQuery, array $arguments ) : void |
$flowQuery |
Neos\Eel\FlowQuery\FlowQuery |
|
$arguments |
array |
|
return |
void |
|
evaluateOperator()
protected method
getPropertyPath()
protected method
matchesIdentifierFilter()
protected method
matchesPropertyNameFilter()
protected method
Property Details
$priority protected_oe static_oe property
protected static int $priority |
return |
integer |
|