Zend_Environment_FieldLocated in /Environment/Field.php (line 42)
Zend_Environment_Container_Abstract | --Zend_Environment_Field
| Class | Description |
|---|---|
Zend_Environment_Security_Field
|
array
$_data
= array('name' => null,Default properties for a field
Inherited from Zend_Environment_Container_Abstract
Zend_Environment_Container_Abstract::$_ptr
Constructor __construct (line 68)
An array of default values can be passed to this component
isValid (line 84)
Provides base method for checking behaviour of individual fields within a section. Modules such as 'Security' may subclass this to provide more relevant results.
isVersion (line 111)
Returns the result of a comparison with a section module and a version number
Provides a wrapper of the version_compare php native function, but will allow full-string comparisons against verbose module names. By default will return true if the module version number is equal or greater than the version number provided to this function.
If the fail parameter is set to true, an exception will be thrown for failed comparisons
A compare constant can be used to provide matching for minimum versions (VERSION_MIN), maximum versions (VERSION_MAX) and identical matches (VERSION_EXACT).
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:29 -0800 by phpDocumentor 1.3.1