None
Less than 1 minute
None
None Application Router.
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): ?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 Sun, 01 Mar 2026 09:22:26 +0000