\Zend_Config_Writer
- Copyright: Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License: http://framework.zend.com/license/new-bsd New BSD License
Synopsis
class Zend_Config_Writer
{
- // members
- protected $_skipOptions;
- protected Zend_Config $_config;
- // methods
- public void __construct()
- public Zend_Config_Writer setConfig()
- public Zend_Config_Writer setOptions()
- public abstract void write()
Hierarchy
Extended by
Members
protected
- $_config
—
Zend_Config
Config object to write - $_skipOptions
—
array
Option keys to skip when calling setOptions()
Methods
public
- __construct() — Create a new adapter
- setConfig() — Set options via a Zend_Config instance
- setOptions() — Set options via an array
- write() — Write a Zend_Config object to it's target
History
-
2014-09-29T11:07:23+02:00 (commit #15b41ee)
Author: Sylvain Rayé (sylvain.raye@rissip.com) / Commiter: Sylvain Rayé (sylvain.raye@rissip.com)
Add dependency library Zend_Config. Useful only for Unit Testing