add some phpdoc in smarty part
This commit is contained in:
@@ -23,6 +23,12 @@
|
|||||||
|
|
||||||
namespace Thelia\Core\Template\Smarty;
|
namespace Thelia\Core\Template\Smarty;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class allowing to describe a smarty plugin
|
||||||
|
*
|
||||||
|
* Class SmartyPluginDescriptor
|
||||||
|
* @package Thelia\Core\Template\Smarty
|
||||||
|
*/
|
||||||
class SmartyPluginDescriptor {
|
class SmartyPluginDescriptor {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -23,6 +23,13 @@
|
|||||||
|
|
||||||
namespace Thelia\Core\Template\Smarty;
|
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 {
|
interface SmartyPluginInterface {
|
||||||
/**
|
/**
|
||||||
* @return an array of SmartyPluginDescriptor
|
* @return an array of SmartyPluginDescriptor
|
||||||
|
|||||||
Reference in New Issue
Block a user