*/ class @@PLUGIN_COMPONENT_NAME@@ extends AdminPlugin { /** @inheritDoc */ public function handle() { // FIXME data processing } /** @inheritDoc */ public function html() { // FIXME render output echo '

' . $this->getLang('menu') . '

'; } }