15 const NAME =
'keyword-view';
17 function __construct()
19 $this->decisionTableName =
"keyword_decision";
20 $this->tableName =
"keyword";
21 $this->modBack =
'keyword-hist';
22 $this->optionName =
"skipFileKeyword";
23 $this->ajaxAction =
"setNextPrevKeyword";
24 $this->skipOption =
"noKeyword";
25 $this->highlightTypeToStringMap = array(Highlight::KEYWORDOTHERS =>
'Keyword');
26 $this->typeToHighlightTypeMap = array(
'keyword' => Highlight::KEYWORDOTHERS);
27 $this->xptext =
'Keyword';
28 parent::__construct(self::NAME, array(
29 self::TITLE => _(
"Keyword Analysis")
39 $textFormat = $this->microMenu->getFormatParameter($itemId);
41 $this->microMenu->addFormatMenuEntries($textFormat, $pageNumber);
45 if (!empty($itemId) && !empty($uploadId)) {
46 $menuText =
"keyword";
47 $tooltipText =
"keyword Analysis";
49 $URI = KeywordView::NAME .
Traceback_parm_keep(array(
"show",
"format",
"page",
"upload",
"item"));
50 $this->microMenu->insert(MicroMenu::TARGET_DEFAULT, $menuText, $menuPosition, $this->
getName(), $URI, $tooltipText);
59 register_plugin(
new KeywordView());
RegisterMenus()
Customize submenus.
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.
Namespace for Copyright agent's UI components.