add some phpdoc

This commit is contained in:
Manuel Raynaud
2013-05-06 17:09:35 +02:00
parent 78dd8514d1
commit 6a3909c793
4 changed files with 86 additions and 9 deletions

View File

@@ -5,12 +5,10 @@
xsi:schemaLocation="http://thelia.net/schema/dic/config http://thelia.net/schema/dic/config/thelia-1.0.xsd">
<testLoops>
<testLoop name="equal" class="Test\TestLoop\Equal"/>
<testLoop name="equal" class="Thelia\Core\Template\TestLoop\Equal"/>
</testLoops>
<loops>
<loop name="foo" class="Foo\Bar"/>
<loop name="fooz" class="Foo\Barz"/>
<loop class="Thelia\Core\Template\Loop\Category" name="category"/>
</loops>