Implements interfaces:
Located in /Environment/Module/Abstract.php (line 42)
Zend_Environment_Container_Abstract | --Zend_Environment_Module_Abstract
Inherited from Zend_Environment_Container_Abstract
Zend_Environment_Container_Abstract::$_data
Zend_Environment_Container_Abstract::$_ptr
Constructor requires a unique id
Retrieve Module id.
Retrieve Module type.
The _init() method is where the module is propagated. Since the methods for populating the fields can vary this is left to each concrete module to implement.
Convert phpinfo output to an array.
As phpinfo() output can vary from section to section, the methods for extracting text vary for each. Where multiple values exists for a directive within a section, these are converted to arrays.
Directives are also converted to an underscore-based name to allow legal property names.
Convert keys to valid property ids.
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:11 -0800 by phpDocumentor 1.3.1