1*25d28a01SAndreas Gohr<?php 2*25d28a01SAndreas Gohr 3*25d28a01SAndreas Gohruse dokuwiki\Extension\Plugin; 4*25d28a01SAndreas Gohr 5*25d28a01SAndreas Gohr/** 6*25d28a01SAndreas Gohr * DokuWiki Plugin extension (Helper Component) 7*25d28a01SAndreas Gohr * 8*25d28a01SAndreas Gohr * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 9*25d28a01SAndreas Gohr * @author Michael Hamann <michael@content-space.de> 10*25d28a01SAndreas Gohr */ 11*25d28a01SAndreas Gohrclass helper_plugin_extension extends Plugin 12*25d28a01SAndreas Gohr{ 13*25d28a01SAndreas Gohr} 14