ManaPHP\Mvc\Router::getControllerName PHP Method

getControllerName() public method

Returns the processed controller name
public getControllerName ( ) : string
return string
    public function getControllerName()
    {
        return $this->_controller;
    }