LazyUrlMatcher
class LazyUrlMatcher implements UrlMatcherInterface
Implements a lazy UrlMatcher.
Methods
UrlMatcherInterface
getUrlMatcher()
Returns the corresponding UrlMatcherInterface instance.
match($pathinfo)
{@inheritdoc}
setContext(RequestContext $context)
{@inheritdoc}
getContext()
{@inheritdoc}
Details
at line 26
__construct(Closure $factory)
at line 36
UrlMatcherInterface
getUrlMatcher()
Returns the corresponding UrlMatcherInterface instance.
at line 49
match($pathinfo)
{@inheritdoc}
at line 57
setContext(RequestContext $context)
{@inheritdoc}
at line 65
getContext()
{@inheritdoc}