-
Notifications
You must be signed in to change notification settings - Fork 0
API Routers IRouter
Christophe SAUVEUR edited this page Sep 29, 2024
·
2 revisions
interface IRouter
Interface routers must implement
Since 1.0
public abstract function parseRoute(Services\ICoreServiceProvider $coreServiceProvider, string $filteredPathInfo, string $defaultRoute): RouterData
Parses route data from the provided information
Since Z.0
Name | Type | Description |
---|---|---|
$coreServiceProvider |
ICoreServiceProvider |
Core service provider instance |
$filteredPathInfo |
string |
Path info for the request |
$defaultRoute |
string |
Default route to use if none provided |
RouterData
Getting Started | Framework Reference | API Reference | MFX is released under the MIT license