Method | Description | |
---|---|---|
hasOperation ( string $operationName ) : boolean | ||
isFinalOperation ( string $operationName ) : boolean | ||
resolveOperation ( string $operationName, array | mixed $context ) : Neos\Eel\FlowQuery\OperationInterface | Resolve an operation, taking runtime constraints into account. |
public hasOperation ( string $operationName ) : boolean | ||
$operationName | string | |
return | boolean |
public isFinalOperation ( string $operationName ) : boolean | ||
$operationName | string | |
return | boolean | TRUE if $operationName is final |