Zend_Controller_Router_Route_StaticStaticRoute is used for managing static URIs.
It's a lot faster compared to the standard Route implementation.
Located in /Controller/Router/Route/Static.php (line 36)
Zend_Controller_Router_Route_Abstract | --Zend_Controller_Router_Route_Static
string
assemble
([array $data = array()], [ $reset = false], [ $encode = false], [ $partial = false])
mixed
$_defaults
= array() (line 40)
mixed
$_route
= null (line 39)
Inherited from Zend_Controller_Router_Route_Abstract
Zend_Controller_Router_Route_Abstract::$_isAbstract
Zend_Controller_Router_Route_Abstract::$_matchedPath
static getInstance (line 51)
Instantiates route based on passed Zend_Config structure
Constructor __construct (line 63)
Prepares the route for mapping.
assemble (line 98)
Assembles a URL path defined by this route
getDefault (line 109)
Return a single parameter of route's defaults
getDefaults (line 121)
Return an array of defaults
getVersion (line 42)
match (line 76)
Matches a user submitted path with a previously defined route.
Assigns and returns an array of defaults on a successful match.
Inherited From Zend_Controller_Router_Route_Abstract
Zend_Controller_Router_Route_Abstract::chain()
Zend_Controller_Router_Route_Abstract::getMatchedPath()
Zend_Controller_Router_Route_Abstract::getVersion()
Zend_Controller_Router_Route_Abstract::isAbstract()
Zend_Controller_Router_Route_Abstract::setMatchedPath()
Documentation generated on Mon, 21 Jun 2010 15:46:42 -0400 by phpDocumentor 1.4.3