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
false
Details
assemble(
$data
=
array, $reset
=
false, $encode
=
false
)
:
void
Name | Type | Description |
---|---|---|
$data | ||
$reset | ||
$encode |

chain(
\Zend_Controller_Router_Route_Abstract $route, string $separator
=
/
)
:
\Zend_Controller_Router_Route_Chain
Create a new chain
Name | Type | Description |
---|---|---|
$route | \Zend_Controller_Router_Route_Abstract | |
$separator | string |
Type | Description |
---|---|
\Zend_Controller_Router_Route_Chain |

getInstance(
$config
)
:
void
Name | Type | Description |
---|---|---|
$config |

isAbstract(
boolean $flag
=
null
)
:
boolean
Check or set wether this is an abstract route or not
Name | Type | Description |
---|---|---|
$flag | boolean |
Type | Description |
---|---|
boolean |

match(
$path
)
:
void
Name | Type | Description |
---|---|---|
$path |