Neos\Eel\FlowQuery\OperationResolverInterface::hasOperation PHP Méthode

hasOperation() public méthode

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

Usage Example

 /**
  * @param string $methodName
  * @return boolean
  */
 public function allowsCallOfMethod($methodName)
 {
     return $this->operationResolver->hasOperation($methodName);
 }