コード例 #1
0
 /**
  * Set MVC Application Routes
  * 
  * @return Route[]
  */
 public function setRoutes()
 {
     $routes = parent::setRoutes();
     return $routes;
 }