Application::offsetGet()

mixed offsetGet(string $key) Get the value at a given offset. Parameters string $key Return Value mixed

Application::offsetExists()

bool offsetExists(string $key) Determine if a given offset exists. Parameters string $key Return Value bool

Application::make()

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

Application::make()

mixed make(string $abstract, array $parameters = array()) Resolve the given type from the container. Parameters string $abstract array $parameters Return Value mixed

Application::loadEnvironmentFrom()

$this loadEnvironmentFrom(string $file) Set the environment file to be loaded during bootstrapping. Parameters string $file Return Value $this

Application::loadDeferredProviders()

void loadDeferredProviders() Load and boot all of the remaining deferred providers. Return Value void

Application::loadDeferredProvider()

void loadDeferredProvider(string $service) Load the provider for a deferred service. Parameters string $service Return Value void

Application::langPath()

string langPath() Get the path to the language files. Return Value string

Application::isShared()

bool isShared(string $abstract) Determine if a given type is shared. Parameters string $abstract Return Value bool

Application::isLocale()

bool isLocale(string $locale) Determine if application locale is the given locale. Parameters string $locale Return Value bool