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
initialise
public initialise(Router $router): bool
Parameters
Parameter | Type | Description |
---|---|---|
$router | Router |
evaluateRequest
Evaluating the request always returns null.
public evaluateRequest(Request $request): ?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 | Request |
Generated by Hazaar API Doc Generator