Neos\Flow\Mvc\RequestMatcher::isController PHP Метод

isController() публичный Метод

Check if the current Request's Controller equals the argument
public isController ( string $controller ) : boolean
$controller string
Результат boolean
    public function isController($controller)
    {
        return $this->matchRequestProperty('controllerName', $controller, 100);
    }