Zend Framework
1.12
|
Public Member Functions | |
getVersion () | |
Get the version of the route. | |
setMatchedPath ($path) | |
Set partially matched path. | |
getMatchedPath () | |
Get partially matched path. | |
isAbstract ($flag=null) | |
Check or set wether this is an abstract route or not. | |
chain (Zend_Controller_Router_Route_Abstract $route, $separator= '/') | |
Create a new chain. | |
![]() | |
match ($path) | |
assemble ($data=array(), $reset=false, $encode=false) | |
Public Attributes | |
const | URI_DELIMITER = '/' |
URI delimiter. | |
Protected Attributes | |
$_isAbstract = false | |
$_matchedPath = null | |
Additional Inherited Members | |
![]() | |
static | getInstance (Zend_Config $config) |
chain | ( | Zend_Controller_Router_Route_Abstract | $route, |
$separator = '/' |
|||
) |
Create a new chain.
Zend_Controller_Router_Route_Abstract | $route | |
string | $separator |
getMatchedPath | ( | ) |
Get partially matched path.
getVersion | ( | ) |
Get the version of the route.
isAbstract | ( | $flag = null | ) |
Check or set wether this is an abstract route or not.
boolean | $flag |
setMatchedPath | ( | $path | ) |
Set partially matched path.
string | $path |
|
protected |
|
protected |
const URI_DELIMITER = '/' |
URI delimiter.