PHP Interface Neos\Eel\FlowQuery\OperationResolverInterface

Afficher le fichier Open project: neos/flow-development-collection Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

public hasOperation ( string $operationName ) : boolean
$operationName string
Résultat boolean

isFinalOperation() public méthode

public isFinalOperation ( string $operationName ) : boolean
$operationName string
Résultat boolean TRUE if $operationName is final

resolveOperation() public méthode

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