Config/Writer.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Config  
Version
$Id$  

\Zend_Config_Writer

Package: Zend_Config
Children
\Zend_Config_Writer_FileAbstract
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected\Zend_Config $_config = null
Config object to write
Default valuenullDetails
Type
\Zend_Config
>VPropertyprotectedarray $_skipOptions = array('options')
Option keys to skip when calling setOptions()
Default valuearray('options')Details
Type
array

Methods

methodpublic__construct(null | array $options = null) : void

Create a new adapter

$options can only be passed as array or be omitted
Parameters
NameTypeDescription
$optionsnull | array
methodpublicsetConfig(\Zend_Config $config) : \Zend_Config_Writer

Set options via a Zend_Config instance

Parameters
NameTypeDescription
$config\Zend_Config
Returns
TypeDescription
\Zend_Config_Writer
methodpublicsetOptions(array $options) : \Zend_Config_Writer

Set options via an array

Parameters
NameTypeDescription
$optionsarray
Returns
TypeDescription
\Zend_Config_Writer
methodpublicwrite() : void
abstract

Write a Zend_Config object to it's target

Documentation was generated by phpDocumentor 2.2.0 .