None
Less than 1 minute
None
None Application Router.
class None extends \Hazaar\Application\Router\LoaderExtends: Hazaar\Application\Router\Loader
This is a dummy router that does nothing. It is used when no router is specified. You would use this router if you are using a custom entry point script that instantiates the controller directly and doesn't require any routing.
Methods
evaluateRequest
Evaluating the request always returns null.
public evaluateRequest(Request $request): ?RouteReturns: Hazaar\Application\Route
This is because the None router does not do any routing and forces the application to throw a RouteNotFound exception.
Parameters
| Parameter | Type | Description |
|---|---|---|
$request | Hazaar\Application\Request |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:17 +0000