Class||Interface UrlMapper
Methods
match()
match(string $url) : boolean
Returns true if the UrlDispatcherItem match the url
Parameters
string | $url | the to match |
Returns
boolean
—
true if the UrlDispatcherItem match the url
- Inherited from \UrlMapper
Tags
None found |
call()
call()
Call the controller method if the url match and if the method exists
Throws
- \NoUrlMatchException
- \NoSuchControllerMethodException
- Inherited from \UrlMapper
Tags
None found |