Class Route
This class describes the routes behavior
- Hawk\Route uses Hawk\Utils
Methods summary
public
|
|
public
string
|
|
public
boolean
|
|
public
mixed
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
boolean
|
Methods used from Hawk\Utils
Properties summary
public
string
|
$url
The route URL |
#
''
|
public
string
|
$prefix
The route URL prefix |
#
''
|
public
string
|
$namespace
The action namespace |
#
''
|
public
array
|
$where
The pattern rules |
#
array()
|
public
array
|
$default
The default values of the route parameters |
#
array()
|
public
string
|
$action
The route action |
#
''
|
public
string
|
$pattern
The route pattern |
#
''
|