19 declare(strict_types=1);
60 private readonly
int $notification_type,
63 $this->closest_container = $row[
'closest_container'];
64 $this->obj_id = (
int) $row[
'obj_id'];
65 $this->ref_id = (
int) ($row[
'ref_id'] ?? 0);
66 $this->thread_id = (
int) ($row[
'thread_id'] ?? 0);
67 $this->thread_title = $row[
'thr_subject'];
68 $this->forum_id = (
int) ($row[
'pos_top_fk'] ?? 0);
69 $this->forum_title = $row[
'top_name'];
70 $this->post_id = (
int) ($row[
'pos_pk'] ?? 0);
71 $this->post_title = $row[
'pos_subject'];
72 $this->post_message = $row[
'pos_message'];
73 $this->post_date = $row[
'pos_date'];
74 $this->post_update = $row[
'pos_update'] ??
null;
75 $this->post_update_user_id = (
int) ($row[
'update_user'] ?? 0);
76 $this->post_censored = (bool) ($row[
'pos_cens'] ??
false);
77 $this->post_censored_date = $row[
'pos_cens_date'] ??
null;
78 $this->post_censored_comment = $row[
'pos_cens_com'] ??
null;
79 $this->pos_usr_alias = $row[
'pos_usr_alias'] ??
'';
80 $this->pos_display_user_id = (
int) ($row[
'pos_display_user_id'] ?? 0);
81 $this->pos_author_id = (
int) ($row[
'pos_author_id'] ?? 0);
82 $this->import_name = $row[
'import_name'] ??
'';
84 if ($notificationCache === null) {
89 if (isset($row[
'deleted_by'])) {
91 $this->deleted_by = $row[
'deleted_by'];
95 $this->deleted_by = $DIC->user()->getLogin();
101 protected function read(): void
110 $filesOfPost = $fileDataForum->getFilesOfPost();
112 foreach ($filesOfPost as $attachment) {
113 $this->attachments[] = $attachment[
'name'];
120 $this->cron_recipients[] =
$user_id;
153 return $this->closest_container !==
null;
193 return $this->post_update ??
'';
203 return $this->post_censored_date ??
'';
256 if ($this->post_user_name ===
null) {
271 if ($this->update_user_name ===
null) {
312 $cacheKey = $this->notificationCache->createKeyByValues([
313 $this->notification_type,
321 if (!$this->notificationCache->exists($cacheKey)) {
331 $this->notificationCache->store($cacheKey, $authorInformation);
334 return $this->notificationCache->fetch($cacheKey);
providesClosestContainer()
getPublicUserInformation(ilForumAuthorInformation $authorinfo)
addRecipient(int $user_id)
readonly string $post_message
readonly int $post_update_user_id
readonly string $pos_usr_alias
Class ilForumCronNotificationDataProvider.
getLangKey()
Return lang key.
readonly string $import_name
string $post_censored_date
readonly string $thread_title
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(array $row, private readonly int $notification_type, ?ilForumNotificationCache $notificationCache=null)
ilObject $closest_container
static isSendAttachmentsByMailEnabled()
getAuthorInformation(ilLanguage $lng, int $authorUsrId, int $displayUserId, string $usrAlias, string $importName)
Class ilForumNotificationCache.
readonly bool $post_censored
readonly string $post_title
Interface ilForumNotificationMailData.
readonly string $post_censored_comment
getPostUserName(ilLanguage $user_lang)
readonly ilForumNotificationCache $notificationCache
readonly int $pos_display_user_id
getPostUpdateUserName(ilLanguage $user_lang)
readonly int $pos_author_id
readonly string $forum_title