コード例 #1
0
 function FolderIndexAction($oDocument = null, $oUser = null, $oPlugin = null)
 {
     parent::KTFolderAction($oDocument, $oUser, $oPlugin);
     $this->sDisplayName = _kt('Schedule Indexing');
 }
コード例 #2
0
 function JavascriptFolderAction($oFolder = null, $oUser = null, $oPlugin = null)
 {
     parent::KTFolderAction($oFolder, $oUser, $oPlugin);
     $this->js_initialise();
 }