mixed parseInput(
[string
$datasrc = ""], [array
$feature = array()])
|
|
parses the input of the given data source
The Data Source is a file, so datasrc requires a existing file. No features available for now, this argument is ignored
Overrides
Config_Container::parseInput() (parses the input of the given data source)
Parameters:
object PEAR_Error writeInput(
[string
$datasrc = ""], [boolean
$preserve = true])
|
|
writes the data to the given data source or if not given to the datasource of parseInput If $datasrc was a array, the last file will used.
See parseInput for $datasrc. The second argument $preserve is ignored
Overrides
Config_Container::writeInput() (writes the data to the given data source or if not given to the datasource of parseInput)
Parameters: