Mercurial > hg > dml-open-vis
annotate src/DML/MainVisBundle/Resources/config/services.xml @ 0:493bcb69166c
added public content
author | Daniel Wolff |
---|---|
date | Tue, 09 Feb 2016 20:54:02 +0100 |
parents | |
children |
rev | line source |
---|---|
Daniel@0 | 1 <?xml version="1.0" ?> |
Daniel@0 | 2 |
Daniel@0 | 3 <container xmlns="http://symfony.com/schema/dic/services" |
Daniel@0 | 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Daniel@0 | 5 xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> |
Daniel@0 | 6 |
Daniel@0 | 7 <!-- |
Daniel@0 | 8 <services> |
Daniel@0 | 9 <service id="dml_main_vis.example" class="DML\MainVisBundle\Example"> |
Daniel@0 | 10 <argument type="service" id="service_id" /> |
Daniel@0 | 11 <argument>plain_value</argument> |
Daniel@0 | 12 <argument>%parameter_name%</argument> |
Daniel@0 | 13 </service> |
Daniel@0 | 14 </services> |
Daniel@0 | 15 --> |
Daniel@0 | 16 </container> |