Version 1
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / legacy-services6.yml
diff --git a/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/legacy-services6.yml b/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/legacy-services6.yml
new file mode 100644 (file)
index 0000000..2e702bf
--- /dev/null
@@ -0,0 +1,11 @@
+services:
+    constructor: { class: FooClass, factory_method: getInstance }
+    factory_service: { class: BazClass, factory_method: getInstance, factory_service: baz_factory }
+    scope.container: { class: FooClass, scope: container }
+    scope.custom: { class: FooClass, scope: custom }
+    scope.prototype: { class: FooClass, scope: prototype }
+    request:
+        class: Request
+        synthetic: true
+        synchronized: true
+        lazy: true