string getCachedServicesPath() Get the path to the cached services.php file. Return Value string
string getCachedRoutesPath() Get the path to the routes cache file. Return Value string
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
array getBindings() Get the container's bindings. Return Value array
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
void forgetInstance(string $abstract) Remove a resolved instance from the instance cache. Parameters string $abstract Return Value void
void flush() Flush the container of all bindings and resolved instances. Return Value void
Page 981 of 996