services10.xml 524 B

12345678910111213141516
  1. <?xml version="1.0" ?>
  2. <container xmlns="http://symfony.com/schema/dic/services"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
  5. <services>
  6. <service id="foo" class="BarClass">
  7. <tag name="foo_tag"
  8. some-option="cat"
  9. some_option="ciz"
  10. other-option="lorem"
  11. an_other-option="ipsum"
  12. />
  13. </service>
  14. </services>
  15. </container>