125d28a01SAndreas Gohr<?php 225d28a01SAndreas Gohr 325d28a01SAndreas Gohruse dokuwiki\Extension\Plugin; 425d28a01SAndreas Gohr 525d28a01SAndreas Gohr/** 625d28a01SAndreas Gohr * DokuWiki Plugin extension (Helper Component) 725d28a01SAndreas Gohr * 8*17b57ea5SAndreas Gohr * This component currently does nothing, except giving access to common plugin functionality 9*17b57ea5SAndreas Gohr * like getLang() to be used in the plugin classes. 10*17b57ea5SAndreas Gohr * 1125d28a01SAndreas Gohr * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 1225d28a01SAndreas Gohr */ 1325d28a01SAndreas Gohrclass helper_plugin_extension extends Plugin 1425d28a01SAndreas Gohr{ 1525d28a01SAndreas Gohr} 16