Example #1
0
 public function addRoute(Route $route)
 {
     $route->setPage($this);
     $this->routes[] = $route;
 }