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 license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Controller
- Subpackage
- Router
- Version
- $Id$
\Zend_Controller_Router_Route_Abstract
Package: Zend_Controller\Router
Abstract Route
Implements interface and provides convenience methods
- Implements
- 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-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Constants
Properties
boolean $_isAbstract = false
Wether this route is abstract or not
Default value
false
Details- Type
- boolean
Methods
chain(\Zend_Controller_Router_Route_Abstract $route, string $separator = '/') : \Zend_Controller_Router_Route_Chain
Create 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) : boolean
Check or set wether this is an abstract route or not
Parameters
Returns
Name | Type | Description |
---|---|---|
$flag | boolean |
Type | Description |
---|---|
boolean |