Fabien Potencier
|
8d067bac51
[DepedencyInjection] amended previous commit
|
15 years ago |
Benjamin Eberlei
|
ef91396618
[DependencyInjection] Add factory-class and factory-service concepts to DI Definition. A factory-class is a class-name for the static creation method of a service. A factory-service is the service object that has a factory method to construct a given service. Added tests. Changed Xml, Yaml Dumper and Loaders, PHP Dumper, aswell as the Runtime Builder Container. Graphviz changes missing!
|
15 years ago |
Fabien Potencier
|
4bbf2ae055
[DependencyInjection] renamed constructor to factory method (like in Spring)
|
15 years ago |
Fabien Potencier
|
a9ad743006
[DependencyInjection] changed the main services.xsd to be more strict (the validation was basically disabled because of ##any)
|
15 years ago |
Fabien Potencier
|
9895eaf3cb
refactored DIC
|
15 years ago |
Fabien Potencier
|
c46884044d
removed hardcoded symfony URL
|
15 years ago |
Fabien Potencier
|
0e3b88a058
[DependencyInjection] fixed inheritence when using extensions
|
15 years ago |
Fabien Potencier
|
b057ef613f
[DependencyInjection] changed the extension mechanism to allow an extension to be inherit and merge from an existing configuration
|
15 years ago |
Fabien Potencier
|
269651235a
fixed XSD local paths
|
15 years ago |
Jordi Boggiano
|
9ed3d0468e
folded all curly brackets of control structures to conform to PEAR/ZF CS, part two
|
15 years ago |
Jordi Boggiano
|
2684de0d8e
Folded all curly brackets of control structures to conform to PEAR/ZF CS
|
15 years ago |
Fabien Potencier
|
83c6d337e2
changed coding standards: indendation is now 4 spaces
|
15 years ago |
Pascal Borreli
|
c1e357d200
Fixed @package and @subpackage phpdoc tags
|
15 years ago |
Pascal Borreli
|
12690a8e92
fixed @throws phpdoc tag
|
15 years ago |
Fabien Potencier
|
4735bf88a3
[DependencyInjection] fixed XSD validation local path locations for extensions
|
15 years ago |
Fabien Potencier
|
5d8529740a
[DependencyInjection] added the extension files in the list of loaded resources
|
15 years ago |
Fabien Potencier
|
7a26b42f19
[DependencyInjection] added annotations support in the service Definition
|
15 years ago |
Fabien Potencier
|
28554c5d08
[DependencyInjection] fixed XSD validation on Windows
|
15 years ago |
Fabien Potencier
|
e127c39f29
[DependencyInjection] fixed coding standards
|
15 years ago |
Fabien Potencier
|
bb3340d950
[DependencyInjection] added autodetection of resource format when importing a resource in an XML or YAML file
|
15 years ago |
Fabien Potencier
|
53980bb55e
[DependencyInjection] added a way to retrieve loaded resources
|
15 years ago |
Fabien Potencier
|
e9e2899cda
[DependencyInjection] simplified loaders (the load method only accept one resource now)
|
15 years ago |
Fabien Potencier
|
c8fc0a7ff3
[DependencyInjection] renamed the default schema URLs
|
15 years ago |
Fabien Potencier
|
3a1ae543e5
[DependencyInjection] removed dead code
|
15 years ago |
Fabien Potencier
|
76e2a66146
[DependencyInjection] removed unneeded code
|
15 years ago |
Fabien Potencier
|
b333379e5c
[DependencyInjection] fixed PHPDoc
|
15 years ago |
Fabien Potencier
|
392ab46952
[DependencyInjection] fixed Extension conversion from XML to PHP when the same tag is used more than once
|
15 years ago |
Fabien Potencier
|
a4adc3f1ca
[DependencyInjection] made the loader extensions much more reliable and robust
|
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 |