ManaPHP\Mvc\View::getControllerName PHP Метод

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

Gets the name of the controller rendered
public getControllerName ( ) : string
Результат string
    public function getControllerName()
    {
        return $this->_controllerName;
    }