function FolderIndexAction($oDocument = null, $oUser = null, $oPlugin = null) { parent::KTFolderAction($oDocument, $oUser, $oPlugin); $this->sDisplayName = _kt('Schedule Indexing'); }
function JavascriptFolderAction($oFolder = null, $oUser = null, $oPlugin = null) { parent::KTFolderAction($oFolder, $oUser, $oPlugin); $this->js_initialise(); }