None
Less than 1 minute
None
None Application Router.
class None extends \Hazaar\Application\Router\Loader\LoaderThis 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): ?RouteThis is because the None router does not do any routing and forces the application to throw a RouteNotFound exception.
Parameters
| Parameter | Type | Description |
|---|---|---|
$request | Request |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000