@@ -189,6 +189,9 @@ |
||
189 | 189 | } |
190 | 190 | } |
191 | 191 | |
192 | + /** |
|
193 | + * @param string $controller |
|
194 | + */ |
|
192 | 195 | private function checkForHandler($controller, $handler) |
193 | 196 | { |
194 | 197 | if(!method_exists($controller, $handler)) { |