Summary
- File
- Package hierarchy MVC\Dispatcher
- Class hierarchy \UrlMapping \DispatcherUrlMapping
__construct( $dispatcher_name, $match = '([\w/_-]*)$', $from_path = '', $redirect_path = '', $high_priority = false)
$dispatcher_name | ||
$match | ||
$from_path | ||
$redirect_path | ||
$high_priority |
None found |
from()
{@inheritdoc}
None found |
to()
{@inheritdoc}
None found |
options()
{@inheritdoc}
None found |
is_high_priority()
Check if the Url must be placed in high priority in the .htaccess file
None found |
is_low_priority()
Check if the Url must be placed in low priority in the .htaccess file
None found |
$to :
None found |
$from :
None found |
$options :
None found |
$high_priority :
None found |
$low_priority :
None found |