Fabien Potencier
|
851eb73778
removed unused use statements
|
há 13 anos atrás |
Fabien Potencier
|
97cb35b47a
[DependencyInjection] tagged the public @api
|
há 14 anos atrás |
Fabien Potencier
|
be31bc091e
[DependencyInjection] made a small performance optimization
|
há 14 anos atrás |
Arnaud Le Blanc
|
e6a2d76366
delay resolving values of extensions config until all files are loaded
|
há 14 anos atrás |
Victor Berchet
|
2af2260c34
Remove useless code
|
há 14 anos atrás |
Fabien Potencier
|
c3bb214e94
[DependencyInjection] removed injection for protected and private properties
|
há 14 anos atrás |
Pascal Borreli
|
46cdf02750
[Various] Fixed typo
|
há 14 anos atrás |
everzet
|
b6ce137e2d
[DependencyInjection] create inlined private service from it's definition
|
há 14 anos atrás |
Johannes Schmitt
|
2c287676fb
[DependencyInjection] fixes a bug when requesting a definition that uses property injection
|
há 14 anos atrás |
Eriksen Costa
|
164ce5210d
capitalized 'boolean'
|
há 14 anos atrás |
Pascal Borreli
|
8c0beea677
[Phpdoc] Cleaning/fixing
|
há 14 anos atrás |
Lukas Kahwe Smith
|
d9491a743e
removed support for interface injection as well as all relevant tests
|
há 14 anos atrás |
Kris Wallsmith
|
470baaab9f
[DependencyInjection] renamed ContainerBuilder::remove() as removeDefinition() to be more consistent with other definition-related methods
|
há 14 anos atrás |
Fabien Potencier
|
cedf588e98
Revert "Merge remote branch 'kriswallsmith/dic/lazy-replace-ext-params'"
|
há 14 anos atrás |
Fabien Potencier
|
f321fadad6
[DependencyInjection] moved most protected things to private
|
há 14 anos atrás |
Kris Wallsmith
|
f33cf0ba5d
Removed replacement of parameter placeholders at load time since they're now replaced at compile time. Extensions should be written to expect parameter placeholders.
|
há 14 anos atrás |
Kris Wallsmith
|
de6c353b40
[DependencyInjection] made compiler lazy again since there are many temporary ContainerBuilder objects that don't use it
|
há 14 anos atrás |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
há 14 anos atrás |
Kris Wallsmith
|
bf0553c23a
[DependencyInjection] extensions should only load if called during configuration
|
há 14 anos atrás |
Fabien Potencier
|
a29a413c48
made DIC extensions members of the Container instead of static members
|
há 14 anos atrás |
Fabien Potencier
|
62e3053769
refactored previous commit, fixed tests
|
há 14 anos atrás |
Lukas Kahwe Smith
|
7f182bd877
implicitly load all registered bundles, all loading is now handled by load(), disable loading of an extension explcitly via setting the extension config to false (for now only Yaml is implemented)
|
há 14 anos atrás |
Fabien Potencier
|
4972bf6350
[DependencyInjection] made getXsdValidationBasePath() and getNamespace() methods from DIC Extension class optional
|
há 14 anos atrás |
Tim Nagel
|
7173764dc1
[Dependency Injection] PHPDoc
|
há 14 anos atrás |
Fabien Potencier
|
5c905beb13
moved common configuration classes to a new Config component
|
há 14 anos atrás |
Jordi Boggiano
|
98e035b963
[DepdenencyInjection] Prevent self-referencing aliases
|
há 14 anos atrás |
Fabien Potencier
|
b91f082be5
Revert "moved Resource to the Config component"
|
há 14 anos atrás |
Fabien Potencier
|
f53080860a
moved Resource to the Config component
|
há 14 anos atrás |
Jeremy Mikola
|
743f25a287
[DependencyInjection] Create explicit factoryClass property for Definitions
|
há 14 anos atrás |
Johannes M. Schmitt
|
f3c2e98b25
lazy-load the compiler, and related objects
|
há 14 anos atrás |