mixed offsetGet(string $key) Get the value at a given offset. Parameters string $key Return Value mixed
bool offsetExists(string $key) Determine if a given offset exists. Parameters string $key Return Value bool
mixed make(string $abstract, array $parameters = array()) Resolve the given type from the container. (Overriding Container::make) Parameters string $abstract array $parameters Return Value mixed
mixed make(string $abstract, array $parameters = array()) Resolve the given type from the container. Parameters string $abstract array $parameters Return Value mixed
$this loadEnvironmentFrom(string $file) Set the environment file to be loaded during bootstrapping. Parameters string $file Return Value $this
void loadDeferredProviders() Load and boot all of the remaining deferred providers. Return Value void
void loadDeferredProvider(string $service) Load the provider for a deferred service. Parameters string $service Return Value void
string langPath() Get the path to the language files. Return Value string
bool isShared(string $abstract) Determine if a given type is shared. Parameters string $abstract Return Value bool
bool isLocale(string $locale) Determine if application locale is the given locale. Parameters string $locale Return Value bool
Page 978 of 996