PHP Interface Ergo\Config

Inheritance: extends IteratorAggregate
Show file Open project: 99designs/ergo

Public Methods

Method Description
exists ( $key ) Determines whether a particular key exists
get ( $key ) Gets a key from the configuration.
keys ( ) Gets all configuration keys

Method Details

exists() public method

Determines whether a particular key exists
public exists ( $key )

get() public method

Gets a key from the configuration.
public get ( $key )

keys() public method

Gets all configuration keys
public keys ( )