xref: /dokuwiki/lib/plugins/extension/helper.php (revision 195a3a7f5d2e6ea9ec0be3c136edf9233c3ac495)
1<?php
2
3use dokuwiki\Extension\Plugin;
4
5/**
6 * DokuWiki Plugin extension (Helper Component)
7 *
8 * This component currently does nothing, except giving access to common plugin functionality
9 * like getLang() to be used in the plugin classes.
10 *
11 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
12 */
13class helper_plugin_extension extends Plugin
14{
15}
16