source: PSPA/PSPA/TransportBundle/Resources/config/services.xml @ 1

Last change on this file since 1 was 1, checked in by arnault, 12 years ago
File size: 709 bytes
Line 
1<?xml version="1.0" ?>
2
3<container xmlns="http://symfony.com/schema/dic/services"
4    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5    xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
6
7    <!--
8    <parameters>
9        <parameter key="pspa_transport.example.class">PSPA\TransportBundle\Example</parameter>
10    </parameters>
11
12    <services>
13        <service id="pspa_transport.example" class="%pspa_transport.example.class%">
14            <argument type="service" id="service_id" />
15            <argument>plain_value</argument>
16            <argument>%parameter_name%</argument>
17        </service>
18    </services>
19    -->
20</container>
Note: See TracBrowser for help on using the repository browser.