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

15 lines
227 B
Smarty
Raw Permalink Normal View History

<?php namespace {authorNamespace}\{pluginNamespace};
use System\Classes\PluginBase;
class Plugin extends PluginBase
{
public function registerComponents()
{
}
public function registerSettings()
{
}
}