API Documentation

Config/Writer.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Config
version
$Id: Writer.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Config_Writer

Description

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_Writer

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Config
Properties
$_skipOptions
$_config
Methods
__construct
setConfig
setOptions
write

Description

Properties

$_config

Zend_Config $_config = 'null'

Config object to write

Details

$_config
Zend_Config
visibility
protected
default
null
final
false
static
false

$_skipOptions

array $_skipOptions = 'array'

Option keys to skip when calling setOptions()

Details

$_skipOptions
array
visibility
protected
default
array
final
false
static
false

Methods

__construct

__construct( null|array $options = null ) :

Create a new adapter

$options can only be passed as array or be omitted

Arguments
$options
nullarray
Details
visibility
public
final
false
static
false

setConfig

setConfig( Zend_Config $config ) : Zend_Config_Writer

Set options via a Zend_Config instance

Arguments
$config
Zend_Config
Details
visibility
public
final
false
static
false

setOptions

setOptions( array $options ) : Zend_Config_Writer

Set options via an array

Arguments
$options
array
Details
visibility
public
final
false
static
false

write

write( ) : void

Write a Zend_Config object to it's target

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.