DatabaseLoader
class DatabaseLoader implements LoaderInterface (View source)
Methods
array
load(string $environment, string $group, string $namespace = null)
Load the given configuration group. Because it's the database, we ignore the environment.
bool
exists(string $group, string $namespace = null)
Determine if the given configuration group exists.
void
addNamespace(string $namespace, string $hint)
Add a new namespace to the loader.
array
getNamespaces()
Returns all registered namespaces with the config loader.
array
cascadePackage(string $environment, string $package, string $group, array $items)
Apply any cascades to an array of package options.
clearNamespace($namespace)
No description
Details
array
load(string $environment, string $group, string $namespace = null)
Load the given configuration group. Because it's the database, we ignore the environment.
bool
exists(string $group, string $namespace = null)
Determine if the given configuration group exists.
void
addNamespace(string $namespace, string $hint)
Add a new namespace to the loader.
array
getNamespaces()
Returns all registered namespaces with the config loader.
array
cascadePackage(string $environment, string $package, string $group, array $items)
Apply any cascades to an array of package options.
clearNamespace($namespace)
No description