@@ -83,6 +83,9 @@ |
||
| 83 | 83 | return $result; |
| 84 | 84 | } |
| 85 | 85 | |
| 86 | + /** |
|
| 87 | + * @param string $path |
|
| 88 | + */ |
|
| 86 | 89 | private function createRouteMethod(&$result,$path,$httpMethods,$method,$parameters){ |
| 87 | 90 | foreach ($httpMethods as $httpMethod){ |
| 88 | 91 | $result[$path][$httpMethod]=["controller"=>$this->controllerClass,"action"=>$method,"parameters"=>$parameters]; |