Located in /Environment.php (line 36)
Zend_Environment_Container_Abstract | --Zend_Environment
Optional cache instance.
Cache prefix (to avoid namespace clashes).
Inherited from Zend_Environment_Container_Abstract
Zend_Environment_Container_Abstract::$_data
Zend_Environment_Container_Abstract::$_ptr
Returns a string identifier associated to a specific environment.
Zend Environment can determine which 'environment' a current webserver is running by parsing an array of identifiers and hostnames. Returns a string on success or an exception if the location cannot be determined. Each location can be specified by a string (or array of strings) with a regular expression (no delimiter necessary). The server's hostname, address and port number are used for matching.
E.g. $locations = array('live' => array('www.site.com', '192.168.1.0/24'), 'staging' => array('*.site.com', 'site.staging.com'), 'development' => 'www.site.test'); $environment_id = Zend_Environment::match($locations);
Sends formatted text-only output of the environment to a file.
Will create a default text view if no text is provided.
Passes the environment to a Zend_View to format as a whole HTML page (using the default HTML renderer) or to a user-supplied Zend_View.
Passes the environment to a Zend_View to format as a whole Text page (using the default Text renderer) or to a user-supplied Zend_View.
Save contents of operation to cache if it has been instantiated.
Creates instance of default environment view.
Internal method to retrieve environment view.
Inherited From Zend_Environment_Container_Abstract
Zend_Environment_Container_Abstract::asArray()
Zend_Environment_Container_Abstract::count()
Zend_Environment_Container_Abstract::current()
Zend_Environment_Container_Abstract::key()
Zend_Environment_Container_Abstract::next()
Zend_Environment_Container_Abstract::rewind()
Zend_Environment_Container_Abstract::valid()
Zend_Environment_Container_Abstract::__get()
Zend_Environment_Container_Abstract::__isset()
Zend_Environment_Container_Abstract::__set()
Documentation generated on Wed, 21 Feb 2007 12:02:26 -0800 by phpDocumentor 1.3.1