Fabien Potencier
|
1683f46279
[DependencyInjection] reverted 2ac6faaa0b723e84e29cf940610806bad047bd15
|
15 years ago |
Pascal Borreli
|
c1e357d200
Fixed @package and @subpackage phpdoc tags
|
15 years ago |
Fabien Potencier
|
1816b8543e
[DependencyInjection] fixed phpdoc
|
15 years ago |
Fabien Potencier
|
bc29f81e8e
[DependencyInjection] changed exception class in __call()
|
15 years ago |
Pascal Borreli
|
12690a8e92
fixed @throws phpdoc tag
|
15 years ago |
Fabien Potencier
|
c69410ccde
[DependencyInjection] fixed Container::getService() when the service is empty (closes #8456)
|
15 years ago |
Fabien Potencier
|
661a1cfb5f
[DependencyInjection] removed Iterator interface support from Container as there is no real-world use case
|
15 years ago |
Fabien Potencier
|
967eb8d953
[DependencyInjection] made a small optimization
|
15 years ago |
Fabien Potencier
|
f8e3b4b035
[DependencyInjection] added a __call() method to Container to allow usage of getXXXService() methods even whithout a PHP dump (allows for faster production environments)
|
15 years ago |
Fabien Potencier
|
7b2a968e31
[DependencyInjection] made a small optimization
|
15 years ago |
Fabien Potencier
|
c2d4ab784b
[DependencyInjection] optimized (get|has)Service() methods as PHP method names are case insensitive
|
15 years ago |
Fabien Potencier
|
e127c39f29
[DependencyInjection] fixed coding standards
|
15 years ago |
Fabien Potencier
|
2ac6faaa0b
[DependencyInjection] changed the order of priority when a service is both defined with setService() and with a getXXXService() method
|
15 years ago |
Fabien Potencier
|
684ffc83e6
[DependencyInjection] added a check to ease debugging when a service id is not a string
|
15 years ago |
Dennis Benkert
|
b720687445
deleted phpdoc @version tag in DependencyInjection component
|
15 years ago |
Fabien Potencier
|
65d0750168
added some Symfony 2 components
|
15 years ago |