Abstract Class Zend_Controller_Router_Route_Abstract

Description

Implements interfaces:

Abstract Route

Implements interface and provides convenience methods

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • abstract:
  • license: New BSD License

Located in /Controller/Router/Route/Abstract.php (line 38)


	
			
Direct descendents
Class Description
 class Zend_Controller_Router_Route Route
 class Zend_Controller_Router_Route_Module Module Route
 class Zend_Controller_Router_Route_Chain Chain route is used for managing route chaining.
 class Zend_Controller_Router_Route_Hostname Hostname Route
 class Zend_Controller_Router_Route_Regex Regex Route
 class Zend_Controller_Router_Route_Static StaticRoute is used for managing static URIs.
Variable Summary
 boolean $_isAbstract
 string $_matchedPath
Method Summary
 string getMatchedPath ()
 integer getVersion ()
 boolean isAbstract ([boolean $flag = null])
 void setMatchedPath (string $path)
Variables
boolean $_isAbstract = false (line 45)

Wether this route is abstract or not

  • access: protected
string $_matchedPath = null (line 52)

Path matched by this route

  • access: protected
Methods
chain (line 107)

Create a new chain

  • access: public

Redefined in descendants as:
getMatchedPath (line 80)

Get partially matched path

  • access: public
string getMatchedPath ()
getVersion (line 59)

Get the version of the route

  • access: public
integer getVersion ()

Redefined in descendants as:
isAbstract (line 91)

Check or set wether this is an abstract route or not

  • access: public
boolean isAbstract ([boolean $flag = null])
  • boolean $flag
setMatchedPath (line 70)

Set partially matched path

  • access: public
void setMatchedPath (string $path)
  • string $path

Documentation generated on Mon, 21 Jun 2010 15:04:43 -0400 by phpDocumentor 1.4.3