category Zend
package Zend_Config
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Create a new adapter

__construct(null|array $options = null

$options can only be passed as array or be omitted

Parameters

$options

nullarray

Set options via a Zend_Config instance

setConfig(\Zend_Config $config) : \Zend_Config_Writer

Parameters

$config

\Zend_Config

Returns

\Zend_Config_Writer

Set options via an array

setOptions(array $options) : \Zend_Config_Writer

Parameters

$options

array

Returns

\Zend_Config_Writer

Write a Zend_Config object to it's target

write() : void

 Properties

 

Config object to write

$_config : \Zend_Config

Default

null
 

Option keys to skip when calling setOptions()

$_skipOptions : array

Default

array('options')