Class Kohana_Config_Writer

Kohana_Config_Writer

extends Kohana_Config_Source

Implements: Kohana_Config_Source

Interface for config writers

Specifies the methods that a config writer must implement

package
Kohana
author
Kohana Team
copyright
(c) Kohana Team
license
https://koseven.ga/LICENSE.md


Constants

  • None

Properties

  • None

Methods

Methods

abstract public write(string $group , string $key , array $config ) (defined in Kohana_Config_Writer)

Writes the passed config for $group

Returns chainable instance on success or throws Kohana_Config_Exception on failure

Parameters

  • string $group required - The config group
  • string $key required - The config key to write to
  • array $config required - The configuration to write

Return Values

  • boolean

Source Code

public function write($group, $key, $config);

Do you want to contribute to Koseven?

We need YOUR help!

This project is open source. What does this mean? YOU can help:
  • Found a bug? Report it on Github
  • Need a feature? Add it Here
  • Want to help? Join the Forum
Go to Github