Config/Writer.php
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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Config
- Version
- $Id: Writer.php 25024 2012-07-30 15:08:15Z rob $
\Zend_Config_Writer
Package: Zend\Config
Parameters
- Children
- \Zend_Config_Writer_FileAbstract
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods


__construct(null | array $options = null) : void
Create a new adapter
$options can only be passed as array or be omitted
Name | Type | Description |
---|---|---|
$options | null | array |


setConfig(\Zend_Config $config) : \Zend_Config_Writer
Set options via a Zend_Config instance
Parameters
Returns
Name | Type | Description |
---|---|---|
$config | \Zend_Config |
Type | Description |
---|---|
\Zend_Config_Writer |


setOptions(array $options) : \Zend_Config_Writer
Set options via an array
Parameters
Returns
Name | Type | Description |
---|---|---|
$options | array |
Type | Description |
---|---|
\Zend_Config_Writer |