PHP Interface Ergo\Config

Inheritance: extends IteratorAggregate
Afficher le fichier Open project: 99designs/ergo

Méthodes publiques

Méthode 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 méthode

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

get() public méthode

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

keys() public méthode

Gets all configuration keys
public keys ( )