Elgg  Version master
Public Member Functions | List of all members
Elgg\Router\UrlMatcher Class Reference

UrlMatcher Wrapper. More...

Inheritance diagram for Elgg\Router\UrlMatcher:

Public Member Functions

 __construct (RouteCollection $routes, RequestContext $context, protected EventsService $events, protected RouteRegistrationService $registrationService)
 Create a new UrlMatcher. More...
 
 match (string $pathinfo)
 {} More...
 

Detailed Description

UrlMatcher Wrapper.

Definition at line 11 of file UrlMatcher.php.

Constructor & Destructor Documentation

◆ __construct()

Elgg\Router\UrlMatcher::__construct ( RouteCollection  $routes,
RequestContext  $context,
protected EventsService  $events,
protected RouteRegistrationService  $registrationService 
)

Create a new UrlMatcher.

Parameters
RouteCollection$routesroute collection
RequestContext$contextrequest context
EventsService$eventsElgg events service
RouteRegistrationService$registrationServiceElgg route registration service

Definition at line 21 of file UrlMatcher.php.

Member Function Documentation

◆ match()

Elgg\Router\UrlMatcher::match ( string  $pathinfo)

{}

Definition at line 33 of file UrlMatcher.php.


The documentation for this class was generated from the following file: