|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilForumCronNotificationDataProvider. More...
Inheritance diagram for ilForumCronNotificationDataProvider:
Collaboration diagram for ilForumCronNotificationDataProvider:Public Member Functions | |
| __construct ($row) | |
| addRecipient ($user_id) | |
| getCronRecipients () | |
| getRefId () | |
| getObjId () | |
| getForumId () | |
| getForumTitle () | |
| getThreadId () | |
| getThreadTitle () | |
| getPostId () | |
| getPostTitle () | |
| getPostMessage () | |
| getPostUserName ($user_lang) | |
| getPostDate () | |
| getPostUpdate () | |
| getPostUpdateUserName ($user_lang) | |
| getPostCensored () | |
| getPostCensoredDate () | |
| getCensorshipComment () | |
| getAttachments () | |
| setNotificationType ($notification_type) | |
| getPosDisplayUserId () | |
| getPosUserAlias () | |
| getPostUpdateUserId () | |
| setPostUpdateUserId ($post_update_user_id) | |
| setPosAuthorId ($pos_author_id) | |
| getPosAuthorId () | |
| getRefId () | |
| getObjId () | |
| getForumId () | |
| getForumTitle () | |
| getThreadId () | |
| getThreadTitle () | |
| getPostId () | |
| getPostTitle () | |
| getPostMessage () | |
| getPosAuthorId () | |
| getPosDisplayUserId () | |
| getPosUserAlias () | |
| getPostUserName ($user_lang) | |
| getPostDate () | |
| getPostUpdate () | |
| getPostUpdateUserName ($user_lang) | |
| getPostCensored () | |
| getPostCensoredDate () | |
| getCensorshipComment () | |
| getAttachments () | |
Data Fields | |
| $notification_type = NULL | |
| $objPost = NULL | |
| $post_update_user_id = 0 | |
| $pos_author_id = 0 | |
Protected Member Functions | |
| read () | |
Protected Attributes | |
| $ref_id = 0 | |
| $obj_id = 0 | |
| $post_user_name = '' | |
| $forum_id = 0 | |
| $forum_title = '' | |
| $thread_id = 0 | |
| $thread_title = '' | |
| $post_id = 0 | |
| $post_title = '' | |
| $post_message = '' | |
| $post_date = NULL | |
| $post_update = NULL | |
| $post_censored = false | |
| $post_censored_date = NULL | |
| $post_censored_comment = '' | |
| $pos_usr_alias = '' | |
| $pos_display_user_id = 0 | |
| $attachments = array() | |
| $cron_recipients = array() | |
Private Member Functions | |
| readAttachments () | |
Class ilForumCronNotificationDataProvider.
Definition at line 11 of file class.ilForumCronNotificationDataProvider.php.
| ilForumCronNotificationDataProvider::__construct | ( | $row | ) |
| $row |
Definition at line 124 of file class.ilForumCronNotificationDataProvider.php.
Here is the call graph for this function:| ilForumCronNotificationDataProvider::addRecipient | ( | $user_id | ) |
| int | $user_id |
Definition at line 180 of file class.ilForumCronNotificationDataProvider.php.
| ilForumCronNotificationDataProvider::getAttachments | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 358 of file class.ilForumCronNotificationDataProvider.php.
References $attachments.
| ilForumCronNotificationDataProvider::getCensorshipComment | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 350 of file class.ilForumCronNotificationDataProvider.php.
References $post_censored_comment.
| ilForumCronNotificationDataProvider::getCronRecipients | ( | ) |
Definition at line 188 of file class.ilForumCronNotificationDataProvider.php.
References $cron_recipients.
| ilForumCronNotificationDataProvider::getForumId | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 212 of file class.ilForumCronNotificationDataProvider.php.
References $forum_id.
| ilForumCronNotificationDataProvider::getForumTitle | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 220 of file class.ilForumCronNotificationDataProvider.php.
References $forum_title.
| ilForumCronNotificationDataProvider::getObjId | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 204 of file class.ilForumCronNotificationDataProvider.php.
References $obj_id.
Referenced by readAttachments().
Here is the caller graph for this function:| ilForumCronNotificationDataProvider::getPosAuthorId | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 408 of file class.ilForumCronNotificationDataProvider.php.
References $pos_author_id.
Referenced by getPostUpdateUserName().
Here is the caller graph for this function:| ilForumCronNotificationDataProvider::getPosDisplayUserId | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 374 of file class.ilForumCronNotificationDataProvider.php.
References $pos_display_user_id.
Referenced by getPostUpdateUserName(), and getPostUserName().
Here is the caller graph for this function:| ilForumCronNotificationDataProvider::getPostCensored | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 334 of file class.ilForumCronNotificationDataProvider.php.
References $post_censored.
| ilForumCronNotificationDataProvider::getPostCensoredDate | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 342 of file class.ilForumCronNotificationDataProvider.php.
References $post_censored_date.
| ilForumCronNotificationDataProvider::getPostDate | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 291 of file class.ilForumCronNotificationDataProvider.php.
References $post_date.
| ilForumCronNotificationDataProvider::getPostId | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 244 of file class.ilForumCronNotificationDataProvider.php.
References $post_id.
Referenced by readAttachments().
Here is the caller graph for this function:| ilForumCronNotificationDataProvider::getPostMessage | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 260 of file class.ilForumCronNotificationDataProvider.php.
References $post_message.
| ilForumCronNotificationDataProvider::getPostTitle | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 252 of file class.ilForumCronNotificationDataProvider.php.
References $post_title.
| ilForumCronNotificationDataProvider::getPostUpdate | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 299 of file class.ilForumCronNotificationDataProvider.php.
References $post_update.
| ilForumCronNotificationDataProvider::getPostUpdateUserId | ( | ) |
Definition at line 391 of file class.ilForumCronNotificationDataProvider.php.
References $post_update_user_id.
Referenced by getPostUpdateUserName().
Here is the caller graph for this function:| ilForumCronNotificationDataProvider::getPostUpdateUserName | ( | $user_lang | ) |
| $user_lang |
Implements ilForumNotificationMailData.
Definition at line 308 of file class.ilForumCronNotificationDataProvider.php.
References $post_user_name, ilObjUser\_lookupLogin(), getPosAuthorId(), getPosDisplayUserId(), getPostUpdateUserId(), and getPosUserAlias().
Here is the call graph for this function:| ilForumCronNotificationDataProvider::getPostUserName | ( | $user_lang | ) |
Implements ilForumNotificationMailData.
Definition at line 268 of file class.ilForumCronNotificationDataProvider.php.
References $post_user_name, ilObjUser\_lookupLogin(), getPosDisplayUserId(), and getPosUserAlias().
Here is the call graph for this function:| ilForumCronNotificationDataProvider::getPosUserAlias | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 383 of file class.ilForumCronNotificationDataProvider.php.
References $pos_usr_alias.
Referenced by getPostUpdateUserName(), and getPostUserName().
Here is the caller graph for this function:| ilForumCronNotificationDataProvider::getRefId | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 196 of file class.ilForumCronNotificationDataProvider.php.
References $ref_id.
| ilForumCronNotificationDataProvider::getThreadId | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 228 of file class.ilForumCronNotificationDataProvider.php.
References $thread_id.
| ilForumCronNotificationDataProvider::getThreadTitle | ( | ) |
Implements ilForumNotificationMailData.
Definition at line 236 of file class.ilForumCronNotificationDataProvider.php.
References $thread_title.
|
protected |
Definition at line 156 of file class.ilForumCronNotificationDataProvider.php.
References readAttachments().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 164 of file class.ilForumCronNotificationDataProvider.php.
References getObjId(), and getPostId().
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForumCronNotificationDataProvider::setNotificationType | ( | $notification_type | ) |
| null | $notification_type |
Definition at line 366 of file class.ilForumCronNotificationDataProvider.php.
References $notification_type.
| ilForumCronNotificationDataProvider::setPosAuthorId | ( | $pos_author_id | ) |
Definition at line 404 of file class.ilForumCronNotificationDataProvider.php.
References $pos_author_id.
| ilForumCronNotificationDataProvider::setPostUpdateUserId | ( | $post_update_user_id | ) |
| int | $post_update_user_id |
Definition at line 399 of file class.ilForumCronNotificationDataProvider.php.
References $post_update_user_id.
|
protected |
Definition at line 99 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getAttachments().
|
protected |
Definition at line 104 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getCronRecipients().
|
protected |
Definition at line 36 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getForumId().
|
protected |
Definition at line 41 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getForumTitle().
| ilForumCronNotificationDataProvider::$notification_type = NULL |
Definition at line 16 of file class.ilForumCronNotificationDataProvider.php.
Referenced by setNotificationType().
|
protected |
Definition at line 26 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getObjId().
| ilForumCronNotificationDataProvider::$objPost = NULL |
Definition at line 109 of file class.ilForumCronNotificationDataProvider.php.
| ilForumCronNotificationDataProvider::$pos_author_id = 0 |
Definition at line 119 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getPosAuthorId(), and setPosAuthorId().
|
protected |
Definition at line 94 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getPosDisplayUserId().
|
protected |
Definition at line 90 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getPosUserAlias().
|
protected |
Definition at line 77 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getPostCensored().
|
protected |
Definition at line 85 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getCensorshipComment().
|
protected |
Definition at line 81 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getPostCensoredDate().
|
protected |
Definition at line 68 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getPostDate().
|
protected |
Definition at line 56 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getPostId().
|
protected |
Definition at line 64 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getPostMessage().
|
protected |
Definition at line 60 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getPostTitle().
|
protected |
Definition at line 72 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getPostUpdate().
| ilForumCronNotificationDataProvider::$post_update_user_id = 0 |
Definition at line 114 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getPostUpdateUserId(), and setPostUpdateUserId().
|
protected |
Definition at line 31 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getPostUpdateUserName(), and getPostUserName().
|
protected |
Definition at line 21 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getRefId().
|
protected |
Definition at line 46 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getThreadId().
|
protected |
Definition at line 51 of file class.ilForumCronNotificationDataProvider.php.
Referenced by getThreadTitle().