From c745dd7ddef4716daeb1e24bbadf88ba8c05705e Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 21 Jun 2013 10:39:32 +0200 Subject: [PATCH] add some phpdoc in smarty part --- .../Thelia/Core/Template/Smarty/SmartyPluginDescriptor.php | 6 ++++++ .../Thelia/Core/Template/Smarty/SmartyPluginInterface.php | 7 +++++++ 2 files changed, 13 insertions(+) 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