0076cc31ebbf14447c88ca692459d742c429e1a4
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / xml / services28.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
3     <services>
4         <defaults public="false" autowire="true">
5             <tag name="foo" />
6         </defaults>
7
8         <service id="bar" class="Bar" public="true" />
9         <service id="with_defaults" class="Foo" />
10         <service id="no_defaults" class="Foo" public="true" autowire="false" />
11         <service id="child_def" parent="with_defaults" public="true" autowire="false" />
12     </services>
13 </container>