Controller/Router/Route/Abstract.php
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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Controller
- Subpackage
- Router
- Version
- $Id: Abstract.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Controller_Router_Route_Abstract
Package: Zend\Controller\Router
Abstract Route
Implements interface and provides convenience methods
- Implements
- \Zend_Controller_Router_Route_Interface
- Children
- \Zend_Controller_Router_Route
- \Zend_Controller_Router_Route_Chain
- \Zend_Controller_Router_Route_Hostname
- \Zend_Controller_Router_Route_Static
- \Zend_Controller_Router_Route_Regex
- \Zend_Controller_Router_Route_Module
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Constants
Properties

boolean $_isAbstract = falseWether this route is abstract or not
Default value
falseDetails- Type
- boolean
Methods

assemble( $data = array(), $reset = false, $encode = false) : void
inherited
Inherited from:
\Zend_Controller_Router_Route_Interface::assemble()
Parameters
| Name | Type | Description |
|---|---|---|
| $data | ||
| $reset | ||
| $encode |

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

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

match( $path) : void
inherited
Inherited from:
\Zend_Controller_Router_Route_Interface::match()
Parameters
| Name | Type | Description |
|---|---|---|
| $path |