Implements: Kohana_Config_Source
Interface for config writers
Specifies the methods that a config writer must implement
Class declared in SYSPATH/classes/kohana/config/writer.php on line 13.
Writes the passed config for $group
Returns chainable instance on success or throws Kohana_Config_Exception on failure
string
$group
required - The config groupstring
$key
required - The config key to write toarray
$config
required - The configuration to writeboolean
public function write($group, $key, $config);