Zend Framework
1.12
|
Public Member Functions | |
__construct (array $options=null) | |
Create a new adapter. | |
setConfig (Zend_Config $config) | |
Set options via a Zend_Config instance. | |
setOptions (array $options) | |
Set options via an array. | |
write () | |
Write a Zend_Config object to it's target. | |
Protected Attributes | |
$_skipOptions | |
$_config = null | |
__construct | ( | array | $options = null | ) |
Create a new adapter.
$options can only be passed as array or be omitted
null | array | $options |
setConfig | ( | Zend_Config | $config | ) |
setOptions | ( | array | $options | ) |
|
abstract |
Write a Zend_Config object to it's target.
|
protected |
|
protected |