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