Zend Framework  1.12
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Zend_Controller_Router_Route_Abstract Class Reference

Public Member Functions

 getVersion ()
 Get the version of the route.
 
 setMatchedPath ($path)
 Set partially matched path.
 
 getMatchedPath ()
 Get partially matched path.
 
 isAbstract ($flag=null)
 Check or set wether this is an abstract route or not.
 
 chain (Zend_Controller_Router_Route_Abstract $route, $separator= '/')
 Create a new chain.
 
- Public Member Functions inherited from Zend_Controller_Router_Route_Interface
 match ($path)
 
 assemble ($data=array(), $reset=false, $encode=false)
 

Public Attributes

const URI_DELIMITER = '/'
 URI delimiter.
 

Protected Attributes

 $_isAbstract = false
 
 $_matchedPath = null
 

Additional Inherited Members

- Static Public Member Functions inherited from Zend_Controller_Router_Route_Interface
static getInstance (Zend_Config $config)
 

Member Function Documentation

chain ( Zend_Controller_Router_Route_Abstract  $route,
  $separator = '/' 
)

Create a new chain.

Parameters
Zend_Controller_Router_Route_Abstract$route
string$separator
Returns
Zend_Controller_Router_Route_Chain
getMatchedPath ( )

Get partially matched path.

Returns
string
getVersion ( )

Get the version of the route.

Returns
integer
isAbstract (   $flag = null)

Check or set wether this is an abstract route or not.

Parameters
boolean$flag
Returns
boolean
setMatchedPath (   $path)

Set partially matched path.

Parameters
string$path
Returns
void

Member Data Documentation

$_isAbstract = false
protected
$_matchedPath = null
protected
const URI_DELIMITER = '/'

URI delimiter.