Interface IConstants
Direct known implementers
MvcCore\IRouteIndirect known implementers
MvcCore\Ext\Routers\Localizations\Route, MvcCore\Ext\Routers\Modules\Route, MvcCore\Routestring |
CONFIG_FILTER_IN
Route advanced configuration key for filtering params in - |
#
'in'
|
string |
CONFIG_FILTER_OUT
Route advanced configuration key for filtering params out - |
#
'out'
|
string |
CONFIG_METHOD
Route advanced configuration key to define the only matching http method. |
#
'method'
|
string |
CONFIG_REDIRECT
Route advanced configuration key to define another route name to redirect matched request to. |
#
'redirect'
|
string |
CONFIG_ABSOLUTE
Route advanced configuration key to complete always absolute URL address. |
#
'absolute'
|
integer |
FLAG_SCHEME_NO
Route INTERNAL flag if route |
#
0
|
integer |
FLAG_SCHEME_ANY
Route INTERNAL flag if route |
#
2
|
integer |
FLAG_SCHEME_HTTP
Route INTERNAL flag if route |
#
7
|
integer |
FLAG_SCHEME_HTTPS
Route INTERNAL flag if route |
#
8
|
integer |
FLAG_QUERY_NO
Route INTERNAL flag if route |
#
0
|
integer |
FLAG_QUERY_INCL
Route INTERNAL flag if route |
#
1
|
integer |
FLAG_HOST_NO
Route INTERNAL flag if route |
#
0
|
integer |
FLAG_HOST_HOST
Route INTERNAL flag if route |
#
1
|
integer |
FLAG_HOST_DOMAIN
Route INTERNAL flag if route |
#
2
|
integer |
FLAG_HOST_TLD
Route INTERNAL flag if route |
#
3
|
integer |
FLAG_HOST_SLD
Route INTERNAL flag if route |
#
4
|
integer |
FLAG_HOST_BASEPATH
Route INTERNAL flag if route |
#
10
|
string |
PLACEHOLDER_HOST
Route INTERNAL placeholder for |
#
'%host%'
|
string |
PLACEHOLDER_DOMAIN
Route INTERNAL placeholder for |
#
'%domain%'
|
string |
PLACEHOLDER_TLD
Route INTERNAL placeholder for |
#
'%tld%'
|
string |
PLACEHOLDER_SLD
Route INTERNAL placeholder for |
#
'%sld%'
|
string |
PLACEHOLDER_BASEPATH
Route INTERNAL placeholder for |
#
'%basePath%'
|