marc-leopold/server/plugins/rainlab/builder/classes/pluginbasemodel/templates/plugin.php.tpl

15 lines
227 B
Smarty
Raw Normal View History

2019-02-25 14:56:59 +00:00
<?php namespace {authorNamespace}\{pluginNamespace};
use System\Classes\PluginBase;
class Plugin extends PluginBase
{
public function registerComponents()
{
}
public function registerSettings()
{
}
}