array all() Get all of the configuration items for the application.
void __construct(array $items = array()) Create a new configuration repository
mixed get(string $key, mixed $default = null) Get the specified configuration
void addNamespace(string $namespace, string $hint) Add a new namespace
FileLoader class FileLoader implements
EnvironmentVariables class EnvironmentVariables (
EnvironmentVariablesLoaderInterface interface EnvironmentVariablesLoaderInterface (
array load(string $environment = null) Load the environment variables for
void push(string $key, mixed $value) Push a value onto an array configuration
bool has(string $key) Determine if the given configuration value exists
Page 2 of 4