FOF30\Dispatcher\Dispatcher::getController PHP 메소드

getController() 공개 메소드

Returns a reference to the Controller object currently in use by the dispatcher
public getController ( ) : Controller
리턴 FOF30\Controller\Controller
    public function &getController()
    {
        return $this->controller;
    }