| 1 | <?php |
||
| 23 | class Plugins extends Xoops\Module\Helper\HelperAbstract |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * Init the module |
||
| 27 | * |
||
| 28 | * @return null|void |
||
| 29 | */ |
||
| 30 | public function init() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @return Plugins|\Xoops\Module\Helper\HelperAbstract |
||
| 37 | */ |
||
| 38 | public static function getInstance() |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @return PluginsPluginHandler |
||
| 45 | */ |
||
| 46 | public function getHandlerPlugin() |
||
| 50 | |||
| 51 | } |
||
| 52 |