Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Zend_Config $_config = 'null'Config object to write
Detailsarray $_skipOptions = 'array'Option keys to skip when calling setOptions()
Details__construct(
null|array $options
=
null
)
:
Create a new adapter
$options can only be passed as array or be omitted
DetailssetConfig(
Zend_Config $config
)
:
Zend_Config_WriterSet options via a Zend_Config instance
DetailssetOptions(
array $options
)
:
Zend_Config_WriterSet options via an array
Detailswrite(
)
:
voidWrite a Zend_Config object to it's target
Details