Fabien Potencier
|
456eb53eb8
[DependencyInjection] renamed CircularReferenceException to ServiceCircularReferenceException
|
14 年之前 |
Fabien Potencier
|
0168241014
[DependencyInjection] renamed NonExistentParameterException and NonExistentServiceException to ParameterNotFoundException and ServiceNotFoundException
|
14 年之前 |
Pascal Borreli
|
8c0beea677
[Phpdoc] Cleaning/fixing
|
14 年之前 |
Fabien Potencier
|
8b2b8e16dc
Merge remote branch 'schmittjoh/referenceValidation'
|
14 年之前 |
Bertrand Zuchuat
|
7ed8ea25d8
[Container] Added function array_unique on getServiceIds to return only one service name
|
14 年之前 |
Johannes Schmitt
|
6d7a9d752d
[DependencyInjection] adds emulation of "exception-on-invalid-reference" behavior
|
14 年之前 |
Fabien Potencier
|
e6ebf4da4c
fixed small bug in sub-request profiling
|
14 年之前 |
Fabien Potencier
|
ad3b7e912d
merged noelg/profiler
|
14 年之前 |
Johannes M. Schmitt
|
98216a9af2
[DependencyInjection] refactored some more exceptions
|
14 年之前 |
Fabien Potencier
|
a1fcbf4d5f
Merge remote branch 'kriswallsmith/dic/false-circular-ref-fix'
|
14 年之前 |
Fabien Potencier
|
f321fadad6
[DependencyInjection] moved most protected things to private
|
14 年之前 |
Kris Wallsmith
|
8c45a21637
[DependencyInjection] fixed false positive when detecting circular references if a service throws an exception during creation
|
14 年之前 |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 年之前 |
noel guilbert
|
a8eff2b154
Improved profiler to store and retrieve sub requests data
|
14 年之前 |
Tim Nagel
|
7173764dc1
[Dependency Injection] PHPDoc
|
14 年之前 |
Johannes M. Schmitt
|
d4d2d60f7b
[DependencyInjection] minor interface change
|
14 年之前 |
Lukas Kahwe Smith
|
dd71501f54
some fixes by just "blindly" trying to make phpStorm code analysis happier
|
14 年之前 |
Victor Berchet
|
cb445b9ca0
[Container] Tweak code
|
14 年之前 |
Johannes M. Schmitt
|
1d5b6ed908
adds scope to the DI container
|
14 年之前 |
Ryan Weaver
|
17f9162b89
[Standards] Changing many instances of "boolean" to "Boolean".
|
14 年之前 |
Kris Wallsmith
|
8d6da86016
[DependencyInjection] moved loading stack from static to object scope
|
14 年之前 |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
14 年之前 |
Fabien Potencier
|
5c64ca8a30
renamed Container::freeze() to Container::compile()
|
14 年之前 |
Igor Wiedler
|
d1bc959fc6
[DependencyInjection] Typo in Container
|
14 年之前 |
Fabien Potencier
|
af8ebeaabb
[DependencyInjection] added automatic detection for service circular references
|
14 年之前 |
Fabien Potencier
|
eb4788e98e
[DependencyInjection] made service keys and aliases case insensitive (as method names are case insensitive in PHP)
|
14 年之前 |
Fabien Potencier
|
60bbb8f380
[DependencyInjection] optimized compiled containers
|
14 年之前 |
Fabien Potencier
|
f6cc63c99c
removed ArrayAccess interface for Container and Controller
|
14 年之前 |
Jordi Boggiano
|
48155ccc2f
[DependencyInjection] Regex optimization
|
14 年之前 |
Jordi Boggiano
|
2186535848
[DependencyInjection] Removed useless code
|
14 年之前 |