add some phpdoc in smarty part

This commit is contained in:
Manuel Raynaud
2013-06-21 10:39:32 +02:00
parent 299c20c885
commit c745dd7dde
2 changed files with 13 additions and 0 deletions

View File

@@ -23,6 +23,12 @@
namespace Thelia\Core\Template\Smarty;
/**
* Class allowing to describe a smarty plugin
*
* Class SmartyPluginDescriptor
* @package Thelia\Core\Template\Smarty
*/
class SmartyPluginDescriptor {
/**

View File

@@ -23,6 +23,13 @@
namespace Thelia\Core\Template\Smarty;
/**
*
* this interface must be implements when you want to add plugin to smarty using config process
*
* Interface SmartyPluginInterface
* @package Thelia\Core\Template\Smarty
*/
interface SmartyPluginInterface {
/**
* @return an array of SmartyPluginDescriptor