TDH_2/plugins/rainlab/builder/classes/pluginbasemodel/templates/plugin.php.tpl

15 lines
227 B
Smarty
Raw Permalink Normal View History

2023-05-09 11:26:47 +00:00
<?php namespace {authorNamespace}\{pluginNamespace};
use System\Classes\PluginBase;
class Plugin extends PluginBase
{
public function registerComponents()
{
}
public function registerSettings()
{
}
}