|
Elgg
Version master
|
UrlMatcher Wrapper. More...
Public Member Functions | |
| __construct (RouteCollection $routes, RequestContext $context, protected EventsService $events, protected RouteRegistrationService $registrationService) | |
| Create a new UrlMatcher. More... | |
| match (string $pathinfo) | |
| {} More... | |
UrlMatcher Wrapper.
Definition at line 11 of file UrlMatcher.php.
| Elgg\Router\UrlMatcher::__construct | ( | RouteCollection | $routes, |
| RequestContext | $context, | ||
| protected EventsService | $events, | ||
| protected RouteRegistrationService | $registrationService | ||
| ) |
Create a new UrlMatcher.
| RouteCollection | $routes | route collection |
| RequestContext | $context | request context |
| EventsService | $events | Elgg events service |
| RouteRegistrationService | $registrationService | Elgg route registration service |
Definition at line 21 of file UrlMatcher.php.
| Elgg\Router\UrlMatcher::match | ( | string | $pathinfo | ) |
{}
Definition at line 33 of file UrlMatcher.php.