Neos\Flow\Mvc\RequestMatcher::isAction PHP Méthode

isAction() public méthode

Check if the current Request's Action equals the argument
public isAction ( string $action ) : boolean
$action string
Résultat boolean
    public function isAction($action)
    {
        return $this->matchRequestProperty('controllerActionName', $action, 1000);
    }