Summary
- abstract
- File
- Package hierarchy MVC\Dispatcher
- Class hierarchy \AbstractUrlMapper
- Implements \UrlMapper
Call the controller method matching an url
Call the controller method matching an url
__construct( $capture_regex)
| $capture_regex |
| None found |
match(string $url) : boolean
Returns true if the UrlDispatcherItem match the url
| string | $url | the to match |
true if the UrlDispatcherItem match the url
| None found |
get_captured_parameters()
| None found |