Class Router
- Coast\Router implements Coast\App\Access, Coast\App\Executable uses Coast\App\Access\Implementation, Coast\App\Executable\Implementation
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
__call(),
__get(),
__isset(),
__set(),
__unset(),
app()
|
postExecute(),
preExecute()
|
__call(),
__get(),
__isset(),
__set(),
__unset(),
app()
|
postExecute(),
preExecute()
|
string |
METHOD_ALL
|
#
'ALL'
|
string |
METHOD_GET
|
#
\Coast\Request::METHOD_GET
|
string |
METHOD_POST
|
#
\Coast\Request::METHOD_POST
|
string |
METHOD_PUT
|
#
\Coast\Request::METHOD_PUT
|
string |
METHOD_DELETE
|
#
\Coast\Request::METHOD_DELETE
|
string |
TYPE_STATIC
|
#
'static'
|
string |
TYPE_REGEX
|
#
'regex'
|
protected
|
$_prefix
|
|
protected
|
$_suffix
|
|
protected
array
|
$_params
|
#
[]
|
protected
|
$_target
|
|
protected
array
|
$_routes
|
#
[]
|
protected
array
|
$_aliases
|
#
[]
|
$_app
|