Hostname Route
Located in /Controller/Router/Route/Hostname.php (line 35)
Zend_Controller_Router_Route_Abstract | --Zend_Controller_Router_Route_Hostname
Holds user submitted default values for route's variables. Name and value pairs.
Holds Route patterns for all host parts. In case of a variable it stores it's regex requirement or null. In case of a static part, it holds only it's direct value.
Current request object
Holds user submitted regular expression patterns for route's variables' values.
Name and value pairs.
Default scheme
Associative array filled on match() that holds matched path values for given variable names.
Holds names of all route's pattern variable names. Array index holds a position in host.
Inherited from Zend_Controller_Router_Route_Abstract
Zend_Controller_Router_Route_Abstract::$_isAbstract
Zend_Controller_Router_Route_Abstract::$_matchedPath
Instantiates route based on passed Zend_Config structure
Prepares the route for mapping by splitting (exploding) it to a corresponding atomic parts. These parts are assigned a position which is later used for matching and preparing values.
Assembles user submitted parameters forming a hostname defined by this route
Return a single parameter of route's defaults
Return an array of defaults
Get all variables which are used by the route
Matches a user submitted path with parts defined by a map. Assigns and returns an array of variables 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:27:00 -0400 by phpDocumentor 1.4.3