hendrikmaus/branda

View on GitHub
src/Resources/config/matchers.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8" ?>
<container xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns="http://symfony.com/schema/dic/services"
           xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

    <services>

        <service class="Hmaus\Branda\Matching\Matcher\HttpMethod" id="hmaus.branda.matching.matcher.http_method">
            <tag name="hmaus.branda.tag.matcher"/>
        </service>

        <service class="Hmaus\Branda\Matching\Matcher\HttpHeaders" id="hmaus.branda.matching.matcher.http_headers">
            <tag name="hmaus.branda.tag.matcher"/>
        </service>

        <service class="Hmaus\Branda\Matching\Matcher\Href" id="hmaus.branda.matching.matcher.href">
            <tag name="hmaus.branda.tag.matcher"/>
        </service>

    </services>
</container>