Class Kohana_Config_Reader

Kohana_Config_Reader

extends Kohana_Config_Source

Implements: Kohana_Config_Source

Interface for config readers

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


Constants

  • None

Properties

  • None

Methods

Methods

abstract public load(string $group ) (defined in Kohana_Config_Reader)

Tries to load the specified configuration group

Returns FALSE if group does not exist or an array if it does

Parameters

  • string $group required - Configuration group

Return Values

  • boolean|array

Source Code

public function load($group);

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