1<?php 2 3use dokuwiki\Extension\Plugin; 4 5/** 6 * DokuWiki Plugin @@PLUGIN_NAME@@ (Helper Component) 7 * 8 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 9 * @author @@AUTHOR_NAME@@ <@@AUTHOR_MAIL@@> 10 */ 11class @@PLUGIN_COMPONENT_NAME@@ extends Plugin 12{ 13} 14