Namespace Docolight\Container
Classes summary
Container | Inversion of control container is a powerful tool for managing class dependencies. Dependency injection is a method of removing hard-coded class dependencies. Instead, the dependencies are injected at run-time, allowing for greater flexibility as dependency implementations may be swapped easily. |
Exceptions summary
BindingResolutionException |