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

UrlGenerator Wrapper. More...

Inheritance diagram for Elgg\Router\UrlGenerator:

Public Member Functions

 __construct (RouteCollection $routes, RequestContext $context, LoggerInterface $logger=null, string $defaultLocale=null)
 Create a new UrlGenerator. More...
 

Detailed Description

UrlGenerator Wrapper.

Definition at line 10 of file UrlGenerator.php.

Constructor & Destructor Documentation

Elgg\Router\UrlGenerator::__construct ( RouteCollection  $routes,
RequestContext  $context,
LoggerInterface  $logger = null,
string  $defaultLocale = null 
)

Create a new UrlGenerator.

Parameters
RouteCollection$routesroute collection
RequestContext$contextrequest context
LoggerInterface$loggerlogger
string$defaultLocaleoptional locale to generate urls for

Definition at line 20 of file UrlGenerator.php.


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