This is the complete list of members for Site, including all inherited members.
| $dev (defined in Site) | Site | protected |
| $request (defined in Site) | Site | protected |
| $response (defined in Site) | Site | protected |
| $session (defined in Site) | Site | protected |
| __construct() | Site | |
| delete(string $path, $controller, array $extra=[]) | Site | |
| get(string $path, $controller, array $extra=[]) | Site | |
| getRequest() | Site | |
| getResponse() | Site | |
| getSession() | Site | |
| isDev() | Site | |
| log($code, string $message) | Site | |
| post(string $path, $controller, array $extra=[]) | Site | |
| put(string $path, $controller, array $extra=[]) | Site | |
| route(array $methods, string $path, $controller, array $extra) | Site | |
| route_call_exit(array $path, $controller, array $extra) | Site | protected |
| setDev(bool $dev) | Site |