91 $this->ilUser = $DIC->user();
93 $this->lng = $DIC->language();
94 $this->lng->loadLanguageModule(
"content");
96 $this->action = $a_action;
98 $this->learning_module = $a_learning_module;
99 $this->page_id = $a_page_id;
101 $this->lm_ref_id = $this->learning_module->getRefId();
102 $this->link = $this->
getLink();
111 $lm_id = $this->learning_module->getId();
114 $ignore_threshold = ($this->action == self::ACTION_COMMENT);
120 $users = array_merge($users, $page_users);
124 if (!
sizeof($users)) {
131 foreach (array_unique($users) as $idx => $user_id) {
132 if ($user_id != $this->ilUser->getId() &&
136 $ulng->loadLanguageModule(
'content');
141 $mail_obj =
new ilMail(ANONYMOUS_USER_ID);
142 $mail_obj->appendInstallationSignature(
true);
162 if ($this->page_id) {
164 return ilLink::_getLink(
"",
"pg", null, $this->page_id .
"_" . $this->lm_ref_id);
178 $this->learning_module->getPageHeader(),
179 $this->learning_module->isActiveNumbering(),
180 $this->lm_set->get(
"time_scheduled_page_activation"),
183 $this->lng->getLangKey()
194 if ($this->action == self::ACTION_COMMENT) {
195 return sprintf($ulng->
txt(
'cont_notification_comment_subject_lm'), $this->learning_module->getTitle(),
$this->pg_title);
198 return sprintf($ulng->
txt(
'cont_change_notification_subject_lm'), $this->learning_module->getTitle(),
$this->pg_title);
210 $message .= $a_ulng->
txt(
'cont_notification_' . $this->action .
"_lm") .
":\n\n";
211 $message .= $a_ulng->
txt(
'learning module') .
": " . $this->learning_module->getTitle() .
"\n";
212 $message .= $a_ulng->
txt(
'page') .
": " . $this->pg_title .
"\n";
213 if ($this->action == self::ACTION_COMMENT) {
235 $page->setRawPageContent(
true);
236 $page->setAbstractOnly(
true);
237 $page->setFileDownloadLink(
".");
238 $page->setFullscreenLink(
".");
239 $page->setSourcecodeDownloadScript(
".");
240 $str = $page->showPage();
243 $str = str_replace(
'<br/>',
"\n", $str);
244 $str = str_replace(
'<br />',
"\n", $str);
245 $str = str_replace(
'</p>',
"\n", $str);
246 $str = str_replace(
'</div>',
"\n", $str);
247 $str = trim(strip_tags($str));
249 $content =
"\n" . $a_ulng->
txt(
'content') .
"\n" .
250 "----------------------------------------\n" .
252 "----------------------------------------\n";
static _lookupLogin($a_user_id)
lookup login
static _getPresentationTitle( $a_pg_id, $a_mode=self::CHAPTER_TITLE, $a_include_numbers=false, $a_time_scheduled_activation=false, $a_force_content=false, $a_lm_id=0, $a_lang="-", $a_include_short=false)
presentation title doesn't have to be page title, it may be chapter title + page title or chapter tit...
Class ilObjLearningModule.
static _lookupFullname($a_user_id)
Lookup Full Name.
getMailSubject(ilLanguage $ulng)
get Subject of mail/notification
checkAccessOfUser($a_user_id, $a_permission, $a_cmd, $a_ref_id, $a_type="", $a_obj_id="", $a_tree_id="")
check access for an object (provide $a_type and $a_obj_id if available for better performance)(option...
getPageTitle()
Get formatted title page.
static updateNotificationTime($type, $id, array $user_ids, $page_id=false)
Update the last mail timestamp for given object and users.
static getNotificationsForObject($type, $id, $page_id=null, $ignore_threshold=false)
Get all users for given object.
getLink()
Get Link to the LM page.
__construct(string $a_action, int $a_type, ilObjLearningModule $a_learning_module, int $a_page_id, string $a_comment=null)
ilLearningModuleNotification constructor.
Extension of ilPageObjectGUI for learning modules.
send()
Generate notifications and send them if necessary.
static getNamePresentation( $a_user_id, $a_user_image=false, $a_profile_link=false, $a_profile_back_link="", $a_force_first_lastname=false, $a_omit_login=false, $a_sortable=true, $a_return_data_array=false, $a_ctrl_path="ilpublicuserprofilegui")
Default behaviour is:
static _getLanguageOfUser($a_usr_id)
Get language object of user.
static truncateHTML($a_text, $a_length=100, $a_ending='...', $a_exact=false, $a_consider_html=true)
Truncate (html) string.
getPreviewText(ilLanguage $a_ulng)
Get first 500 characters of the recently added content behavior copied from ilWikiUtil->sendNotificat...
Class ilLearningModuleNotification class.
txt($a_topic, $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")
getMailBody(ilLanguage $a_ulng, int $a_user_id)
get email/notification body