Beispiel #1
0
 public function get($alias, $route, callable $action)
 {
     $this->addRoute(HttpMethod::GET(), $alias, $route, $action);
 }