ManaPHP\Mvc\View::getControllerName PHP Method

getControllerName() public method

Gets the name of the controller rendered
public getControllerName ( ) : string
return string
    public function getControllerName()
    {
        return $this->_controllerName;
    }