Home
last modified time | relevance | path

Searched refs:getNotificationString (Results 1 – 3 of 3) sorted by relevance

/plugin/loglog/helper/
H A Dreport.php100 … $this->mainHelper->getNotificationString(\helper_plugin_loglog_main::LOGTYPE_AUTH_OK, 'msgNeedle')
108 …$this->mainHelper->getNotificationString(\helper_plugin_loglog_main::LOGTYPE_AUTH_FAIL, 'msgNeedle…
H A Dalert.php84 $msgNeedle = $this->mainHelper->getNotificationString($logType, 'msgNeedle');
112 $this->getLang($this->mainHelper->getNotificationString($logType, 'emailSubjectLang')),
H A Dmain.php82 public function getNotificationString($context, $key) function in helper_plugin_loglog_main