$_routes
$_routes : array
where the routes are stored
addRoute(string $name, string $url, string $controller, string $method, $callback) : bool
adds a temporary route to the routes
string | $name |
|
string | $url |
|
string | $controller |
|
string | $method |
|
$callback |