xref: /dokuwiki/lib/plugins/extension/helper.php (revision 9c952d3bf926c58a14a76de8937bcd2e4e7686d6)
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