Abstract Route

Implements interface and provides convenience methods

package Zend_Controller
subpackage Router
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Create a new chain

chain(\Zend_Controller_Router_Route_Abstract $route, string $separator = '/') : \Zend_Controller_Router_Route_Chain

Parameters

$route

\Zend_Controller_Router_Route_Abstract

$separator

string

Returns

\Zend_Controller_Router_Route_Chain

Get partially matched path

getMatchedPath() : string

Returns

string

Get the version of the route

getVersion() : integer

Returns

integer

Check or set wether this is an abstract route or not

isAbstract(boolean $flag = null) : boolean

Parameters

$flag

boolean

Returns

boolean

Set partially matched path

setMatchedPath(string $path) : void

Parameters

$path

string

 Properties

 

Wether this route is abstract or not

$_isAbstract : boolean

Default

false
 

Path matched by this route

$_matchedPath : string

Default

null

 Constants

 

URI delimiter

URI_DELIMITER = '/'