Searched refs:TYPE_LM_PAGE (Results 1 – 4 of 4) sorted by relevance
/dports/www/ilias6/ILIAS-6.14/Modules/LearningModule/classes/ |
H A D | class.ilLearningModuleNotification.php | 118 if ($this->type == ilNotification::TYPE_LM_PAGE) { 121 … ilNotification::updateNotificationTime(ilNotification::TYPE_LM_PAGE, $this->page_id, $users);
|
H A D | class.ilLMPage.php | 60 ilNotification::TYPE_LM_PAGE,
|
/dports/www/ilias6/ILIAS-6.14/Services/Notification/classes/ |
H A D | class.ilNotification.php | 26 const TYPE_LM_PAGE = 10; define in ilNotification
|
/dports/www/ilias6/ILIAS-6.14/Modules/LearningModule/Presentation/classes/ |
H A D | class.ilLMPresentationGUI.php | 374 …ilNotification::setNotification(ilNotification::TYPE_LM_PAGE, $this->user->getId(), $this->getCurr… 378 …ilNotification::setNotification(ilNotification::TYPE_LM_PAGE, $this->user->getId(), $this->getCurr… 1027 … if (ilNotification::hasNotification(ilNotification::TYPE_LM_PAGE, $this->user->getId(), $pg_id)) { 2983 ilNotification::TYPE_LM_PAGE,
|