xref: /plugin/dev/skel/helper.php (revision 8673a04e3e6febe85a87104acdf3ce3205315685)
170316b84SAndreas Gohr<?php
2*8673a04eSAndreas Gohr
3*8673a04eSAndreas Gohruse dokuwiki\Extension\Plugin;
4*8673a04eSAndreas Gohr
570316b84SAndreas Gohr/**
670316b84SAndreas Gohr * DokuWiki Plugin @@PLUGIN_NAME@@ (Helper Component)
770316b84SAndreas Gohr *
870316b84SAndreas Gohr * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
970316b84SAndreas Gohr * @author @@AUTHOR_NAME@@ <@@AUTHOR_MAIL@@>
1070316b84SAndreas Gohr */
11*8673a04eSAndreas Gohrclass @@PLUGIN_COMPONENT_NAME@@ extends Plugin
1270316b84SAndreas Gohr{
1370316b84SAndreas Gohr}
14