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