LoaderInterface::load()

array load(string $locale, string $group, string $namespace = null) Load the messages for the given locale. Parameters string $locale string $group string $namespace Return Value array

LoaderInterface::getNamespaces()

array getNamespaces() Returns all registered namespaces with the config loader. Return Value array

LoaderInterface::exists()

bool exists(string $group, string $namespace = null) Determine if the given configuration group exists. Parameters string $group string $namespace Return Value bool

LoaderInterface::cascadePackage()

array cascadePackage(string $environment, string $package, string $group, array $items) Apply any cascades to an array of package options. Parameters string $environment string $package string $group array $items Return Value array

LoaderInterface::addNamespace()

void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. Parameters string $namespace string $hint Return Value void

LoaderInterface::addNamespace()

void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. Parameters string $namespace string $hint Return Value void

LoaderInterface

LoaderInterface interface LoaderInterface (View source) Methods array load(string $environment, string $group, string $namespace = null) Load the given configuration group. 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 $e

LoaderInterface

LoaderInterface interface LoaderInterface (View source) Methods array load(string $locale, string $group, string $namespace = null) Load the messages for the given locale. void addNamespace(string $namespace, string $hint) Add a new namespace to the loader.

LoadConfiguration::bootstrap()

void bootstrap(Application $app) Bootstrap the given application. Parameters Application $app Return Value void

LoadConfiguration

LoadConfiguration class LoadConfiguration (View source) Methods void bootstrap(Application $app) Bootstrap the given application.