Router
class Router
Generates route objects containing MVVM component class names relevant to incoming requests.
A static routing table is used to return route objects configured to instantiate the relevant view, model, viewModel and controller components for this page.
Methods
__construct(array $routingTable)
Constructor
Details
at line 42
__construct(array $routingTable)
Constructor
at line 53
Route
route(string $path)
Returns a route object containing the classnames of the MVVMC components required for this route.