DependencyInjection Component
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
…las) This PR was squashed before being merged into the 3.2-dev branch (closes #19638). Discussion ---------- [DependencyInjection] Factorize listing of setters | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Add a new method to list setters of a class. Commits ------- 163fbf4 [DependencyInjection] Factorize listing of setters
| Failed to load latest commit information. | |||
|
|
Compiler |
|
|
|
|
Config |
|
|
|
|
Dumper |
|
|
|
|
Exception |
|
|
|
|
Extension |
|
|
|
|
LazyProxy |
|
|
|
|
Loader |
|
|
|
|
ParameterBag |
|
|
|
|
Tests |
|
|
|
|
.gitignore |
|
|
|
|
Alias.php |
|
|
|
|
CHANGELOG.md |
|
|
|
|
Container.php |
|
|
|
|
ContainerAwareInterface.php |
|
|
|
|
ContainerAwareTrait.php |
|
|
|
|
ContainerBuilder.php |
|
|
|
|
ContainerInterface.php |
|
|
|
|
Definition.php |
|
|
|
|
DefinitionDecorator.php |
|
|
|
|
ExpressionLanguage.php |
|
|
|
|
ExpressionLanguageProvider.php |
|
|
|
|
LICENSE |
|
|
|
|
Parameter.php |
|
|
|
|
README.md |
|
|
|
|
Reference.php |
|
|
|
|
ResettableContainerInterface.php |
|
|
|
|
TaggedContainerInterface.php |
|
|
|
|
Variable.php |
|
|
|
|
composer.json |
|
|
|
|
phpunit.xml.dist |
|
|
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.