Метод | Описание | |
---|---|---|
get ( string $key, mixed $default = null ) : mixed | Get an item from the store. | |
has ( string $key ) : boolean | Determine if a key exists in the store. | |
mount ( string $location, string $path ) : void | Mount a path to a specific location in the config tree. | |
set ( string $key, mixed $value ) : void | Set an item in the store temporarily - more specifically, the lifetime of the store object. | |
setEnvironment ( string $environment ) | Set the environment. |
public setEnvironment ( string $environment ) | ||
$environment | string |