示例#1
0
文件: Dispatcher.php 项目: visor/nano
 /**
  * @return void
  * @param \Nano\Route\Common $route
  */
 protected function setUpController(\Nano\Route\Common $route)
 {
     $this->action = $route->action();
     $this->controller = $route->controller();
     $this->module = $route->module();
 }