Implements: Kohana_Config_Source
This class is a transparent base class for Config_Writer and should not be accessed directly.
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 group string
$key
required - The config key to write to array
$config
required - The configuration to write boolean
public function write($group, $key, $config);