class ApacheUrlMatcher extends UrlMatcher
deprecated
since version 2.5, to be removed in 3.0. The performance gains are minimal and it's very hard to replicate the behavior of PHP implementation.
ApacheUrlMatcher matches URL based on Apache mod_rewrite matching (see ApacheMatcherDumper).
Constants
REQUIREMENT_MATCH REQUIREMENT_MISMATCH ROUTE_MATCH
Methods
__construct(RouteCollection $routes, RequestContext $context) Constructor. from UrlMatcher setContext(RequestCon