add some phpdoc

This commit is contained in:
Manuel Raynaud
2013-06-19 16:21:15 +02:00
parent e816595535
commit 6e3fb9aaba
2 changed files with 27 additions and 19 deletions

View File

@@ -28,6 +28,14 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Reference;
/**
*
* This compiler allow adding plugins in smarty parser using config files
*
* Class RegisterSmartyPluginPass
* @package Thelia\Core\DependencyInjection\Compiler
*/
class RegisterSmartyPluginPass implements CompilerPassInterface {
/**