Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Abstract Route
Implements interface and provides convenience methods
boolean $_isAbstract = 'false'
Wether this route is abstract or not
string $_matchedPath = 'null'
Path matched by this route
chain(
Zend_Controller_Router_Route_Abstract $route, string $separator
=
/
)
:
Zend_Controller_Router_Route_Chain
Create a new chain
getMatchedPath(
)
:
string
Get partially matched path
getVersion(
)
:
integer
Get the version of the route
isAbstract(
boolean $flag
=
null
)
:
boolean
Check or set wether this is an abstract route or not
setMatchedPath(
string $path
)
:
void
Set partially matched path