xref: /plugin/dev/skel/helper.php (revision 04912a5c60269a2e531b85e512c052b8fd792095)
1<?php
2/**
3 * DokuWiki Plugin @@PLUGIN_NAME@@ (Helper Component)
4 *
5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6 * @author  @@AUTHOR_NAME@@ <@@AUTHOR_MAIL@@>
7 */
8class @@PLUGIN_COMPONENT_NAME@@ extends \dokuwiki\Extension\Plugin
9{
10
11}
12
13