<?xml version="1.0" encoding="UTF-8"?>
<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">
    <parameters>
        <parameter key="sonata.classification.manager.category.class">Sonata\ClassificationBundle\Entity\CategoryManager</parameter>
        <parameter key="sonata.classification.manager.tag.class">Sonata\ClassificationBundle\Entity\TagManager</parameter>
        <parameter key="sonata.classification.manager.collection.class">Sonata\ClassificationBundle\Entity\CollectionManager</parameter>
        <parameter key="sonata.classification.manager.context.class">Sonata\ClassificationBundle\Entity\ContextManager</parameter>
    </parameters>
    <services>
        <service id="sonata.classification.manager.category" class="%sonata.classification.manager.category.class%" public="true">
            <argument>%sonata.classification.manager.category.entity%</argument>
            <argument type="service" id="doctrine"/>
            <argument type="service" id="sonata.classification.manager.context"/>
        </service>
        <service id="sonata.classification.manager.tag" class="%sonata.classification.manager.tag.class%">
            <argument>%sonata.classification.manager.tag.entity%</argument>
            <argument type="service" id="doctrine"/>
        </service>
        <service id="sonata.classification.manager.collection" class="%sonata.classification.manager.collection.class%">
            <argument>%sonata.classification.manager.collection.entity%</argument>
            <argument type="service" id="doctrine"/>
        </service>
        <service id="sonata.classification.manager.context" class="%sonata.classification.manager.context.class%">
            <argument>%sonata.classification.manager.context.entity%</argument>
            <argument type="service" id="doctrine"/>
        </service>
    </services>
</container>
