lovata/oc-toolbox-plugin

View on GitHub
classes/parser/templates/plugin_php.stub

Summary

Maintainability
Test Coverage
<?php namespace {{studly_author}}\{{studly_plugin}};

use System\Classes\PluginBase;

/**
 * Class Plugin
 * @package {{studly_author}}\{{studly_plugin}}
 [[developer]]* @author {{developer}}
 [[developer]]*/
class Plugin extends PluginBase
{
}