Init du projet
This commit is contained in:
13
module/Smarty/src/Plugin/PluginInterface.php
Normal file
13
module/Smarty/src/Plugin/PluginInterface.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace Smarty\Plugin;
|
||||
|
||||
/**
|
||||
* Interface to detect if a class is Smarty plugin.
|
||||
*
|
||||
* Abstract base interface that cannot be implemented alone. Instead it must be
|
||||
* implemented by either FunctionPluginInterface, ModifierPluginInterface,
|
||||
* BlockPluginInterface or IfBlockPluginInterface.
|
||||
*/
|
||||
interface PluginInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user