26 const NAME =
'keyword-view';
28 function __construct()
30 $this->decisionTableName =
"keyword_decision";
31 $this->tableName =
"keyword";
32 $this->modBack =
'keyword-hist';
33 $this->optionName =
"skipFileKeyword";
34 $this->ajaxAction =
"setNextPrevKeyword";
35 $this->skipOption =
"noKeyword";
36 $this->highlightTypeToStringMap = array(Highlight::KEYWORDOTHERS =>
'Keyword');
37 $this->typeToHighlightTypeMap = array(
'keyword' => Highlight::KEYWORDOTHERS);
38 $this->xptext =
'Keyword';
39 parent::__construct(self::NAME, array(
40 self::TITLE => _(
"Keyword Analysis")
50 $textFormat = $this->microMenu->getFormatParameter($itemId);
52 $this->microMenu->addFormatMenuEntries($textFormat, $pageNumber);
56 if (!empty($itemId) && !empty($uploadId)) {
57 $menuText =
"keyword";
58 $tooltipText =
"keyword Analysis";
60 $URI = KeywordView::NAME .
Traceback_parm_keep(array(
"show",
"format",
"page",
"upload",
"item"));
61 $this->microMenu->insert(MicroMenu::TARGET_DEFAULT, $menuText, $menuPosition, $this->
getName(), $URI, $tooltipText);
RegisterMenus()
Customize submenus.
Namespace for Copyright agent's UI components.
GetParm($parameterName, $parameterType)
This function will retrieve the variables and check data types.
Traceback_parm_keep($List)
Create a new URI, keeping only these items.