string getCachedConfigPath() Get the path to the configuration cache file. Return Value string
string getCachedCompilePath() Get the path to the cached "compiled.php" file. Return Value string
string getCachedRoutesPath() Get the path to the routes cache file. Return Value string
string getCachedServicesPath() Get the path to the cached services.php file. Return Value string
string getAlias(string $abstract) Get the alias for an abstract if available. Parameters string $abstract Return Value string Exceptions LogicException
void forgetInstances() Clear all of the instances from the container. Return Value void
array getBindings() Get the container's bindings. Return Value array
Closure factory(string $abstract, array $defaults = array()) Get a closure to resolve the given type from the container. Parameters string $abstract array $defaults Return Value Closure
void extend(string $abstract, Closure $closure) "Extend" an abstract type in the container. Parameters string $abstract Closure $closure Return Value void Exceptions InvalidArgumentException
Page 981 of 996