We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A dependency injector knows how to find (and create) every dependency needed in the system.
This knowledge is provided by someone else at another moment of the application lifecycle.
The container will satisfy all dependencies of a given class and, recursively, the collaborators of those dependencies
No dependency on the container should be taken by any of the classes
Previous | Next