PHP Interface Neos\Eel\FlowQuery\OperationResolverInterface

Mostra file Open project: neos/flow-development-collection Interface Usage Examples

Public Methods

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.

Method Details

hasOperation() public method

public hasOperation ( string $operationName ) : boolean
$operationName string
return boolean

isFinalOperation() public method

public isFinalOperation ( string $operationName ) : boolean
$operationName string
return boolean TRUE if $operationName is final

resolveOperation() public method

Resolve an operation, taking runtime constraints into account.
public resolveOperation ( string $operationName, array | mixed $context ) : Neos\Eel\FlowQuery\OperationInterface
$operationName string
$context array | mixed
return Neos\Eel\FlowQuery\OperationInterface the resolved operation