diff --git a/core/lib/Thelia/Core/Template/Smarty/SmartyPluginDescriptor.php b/core/lib/Thelia/Core/Template/Smarty/SmartyPluginDescriptor.php index 3e8fec8ad..6d598b0ce 100755 --- a/core/lib/Thelia/Core/Template/Smarty/SmartyPluginDescriptor.php +++ b/core/lib/Thelia/Core/Template/Smarty/SmartyPluginDescriptor.php @@ -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 { /** diff --git a/core/lib/Thelia/Core/Template/Smarty/SmartyPluginInterface.php b/core/lib/Thelia/Core/Template/Smarty/SmartyPluginInterface.php index 87705c467..afbc7741f 100755 --- a/core/lib/Thelia/Core/Template/Smarty/SmartyPluginInterface.php +++ b/core/lib/Thelia/Core/Template/Smarty/SmartyPluginInterface.php @@ -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