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
Detailsstring $_matchedPath = 'null'Path matched by this route
Detailschain(
Zend_Controller_Router_Route_Abstract $route, string $separator
=
/
)
:
Zend_Controller_Router_Route_ChainCreate a new chain
DetailsgetMatchedPath(
)
:
stringGet partially matched path
DetailsgetVersion(
)
:
integerGet the version of the route
DetailsisAbstract(
boolean $flag
=
null
)
:
booleanCheck or set wether this is an abstract route or not
DetailssetMatchedPath(
string $path
)
:
voidSet partially matched path
Details