PHP 인터페이스 Neos\Eel\FlowQuery\OperationResolverInterface

파일 보기 프로젝트 열기: neos/flow-development-collection 0 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

hasOperation() 공개 메소드

public hasOperation ( string $operationName ) : boolean
$operationName string
리턴 boolean

isFinalOperation() 공개 메소드

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

resolveOperation() 공개 메소드

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