params['rev'] = $REV; } /** * Get label from plugin language file * * @return string */ public function getLabel() { $hlp = plugin_load('action', 'odt_export'); return $hlp->getLang('export_odt_pdf_button'); } }