Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Router
UrlMatcher.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Router
;
4
8
class
UrlMatcher
extends
\Symfony\Component\Routing\Matcher\UrlMatcher {
9
16
public
function
__construct
(
RouteCollection
$routes,
RequestContext
$context
) {
17
parent::__construct($routes, $context);
18
}
19
}
$context
$context
Definition:
add.php:8
Elgg\Router\UrlMatcher
UrlMatcher Wrapper.
Definition:
UrlMatcher.php:8
Elgg\Router
Elgg\Router\RouteCollection
RouteCollection Wrapper.
Definition:
RouteCollection.php:8
Elgg\Router\RequestContext
RequestContext Wrapper.
Definition:
RequestContext.php:8
Elgg\Router\UrlMatcher\__construct
__construct(RouteCollection $routes, RequestContext $context)
Create a new UrlMatcher.
Definition:
UrlMatcher.php:16
Generated on Wed Dec 4 2024 00:00:21 for Elgg by
1.8.11