Gumbo_Config_Writer_Php



Config PHP Writer

Author(s): Michael Luster <mluster79@yahoo.com>
License:New BSD License
Copyright:Copyright (c) 2007, iBayou, Michael Luster
Link:http://sourceforge.net/projects/phpgumbo
Version:0.0.1

Implements interfaces:

Class Methods

public bool write ( $tree, string $file, [boolean $replace], string $name ) [line 49]

Writes the supplied values into the configuration file

Parameter(s):

  • (Gumbo_Interface_Composite) $tree
  • (string) $file :: file name to write to
  • (boolean) $replace :: replaces current file
  • (string) $name :: PHP array variable name
  • throws:  Gumbo_Exception
Implementation of:
Gumbo_Interface_Config_Writer::write()

[ Top ]