mixed parseInput(
[string
$datasrc = ""], [array
$feature = array( "realm" => "/")])
|
|
parses the input of the given data source
The Data Source can be a string with the file or a array of strings with the files to read, so datasrc requires a existing file. The feature-array has to contain the realm (default = '/') eg. array("realm" => '/base/of/config/')
Overrides
Config_Container::parseInput() (parses the input of the given data source)
Parameters:
object PEAR_Error writeInput(
[string
$datasrc = ""], [boolean
$preserve = true])
|
|
Relay for writeInput in Config_Container_IniFile::writeInput(); uses the wonderfull trick of $this being inherited on static method calls
See Documentation for the IniFile Container for more details
Overrides
Config_Container::writeInput() (writes the data to the given data source or if not given to the datasource of parseInput)
Parameters: