|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilForumPostsDeleted. More...
Collaboration diagram for ilForumPostsDeleted:Public Member Functions | |
| __construct (ilObjForumNotificationDataProvider $provider=null) | |
| insert () | |
| deleteNotifiedEntries () | |
| getDeletedId () | |
| setDeletedId ($deleted_id) | |
| getDeletedDate () | |
| setDeletedDate ($deleted_date) | |
| getDeletedBy () | |
| setDeletedBy ($deleted_by) | |
| getForumTitle () | |
| setForumTitle ($forum_title) | |
| getThreadTitle () | |
| setThreadTitle ($thread_title) | |
| getPostTitle () | |
| setPostTitle ($post_title) | |
| getPostMessage () | |
| setPostMessage ($post_message) | |
| getPostDate () | |
| setPostDate ($post_date) | |
| getObjId () | |
| setObjId ($obj_id) | |
| getRefId () | |
| setRefId ($ref_id) | |
| getThreadId () | |
| setThreadId ($thread_id) | |
| getForumId () | |
| setForumId ($forum_id) | |
| getPosDisplayUserId () | |
| setPosDisplayUserId ($pos_display_user_id) | |
| getPosUserAlias () | |
| setPosUserAlias ($pos_usr_alias) | |
| isThreadDeleted () | |
| setThreadDeleted ($thread_deleted) | |
Protected Attributes | |
| $deleted_id = 0 | |
| $deleted_date = null | |
| $deleted_by = '' | |
| $forum_title = '' | |
| $thread_title = '' | |
| $post_title = '' | |
| $post_message = '' | |
| $post_date = '' | |
| $obj_id = 0 | |
| $ref_id = 0 | |
| $thread_id = 0 | |
| $forum_id = 0 | |
| $pos_display_user_id = 0 | |
| $pos_usr_alias = '' | |
| $thread_deleted = false | |
Private Attributes | |
| $user | |
| $db | |
Class ilForumPostsDeleted.
Definition at line 8 of file class.ilForumPostsDeleted.php.
| ilForumPostsDeleted::__construct | ( | ilObjForumNotificationDataProvider | $provider = null | ) |
| ilObjForumNotificationDataProvider | NULL | $provider |
Definition at line 84 of file class.ilForumPostsDeleted.php.
References $DIC, PHPMailer\PHPMailer\$provider, setDeletedBy(), setDeletedDate(), setForumId(), setForumTitle(), setObjId(), setPosDisplayUserId(), setPostDate(), setPostMessage(), setPostTitle(), setPosUserAlias(), setRefId(), setThreadId(), setThreadTitle(), and user().
Here is the call graph for this function:| ilForumPostsDeleted::deleteNotifiedEntries | ( | ) |
Definition at line 144 of file class.ilForumPostsDeleted.php.
| ilForumPostsDeleted::getDeletedBy | ( | ) |
Definition at line 186 of file class.ilForumPostsDeleted.php.
References $deleted_by.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getDeletedDate | ( | ) |
Definition at line 170 of file class.ilForumPostsDeleted.php.
References $deleted_date.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getDeletedId | ( | ) |
Definition at line 154 of file class.ilForumPostsDeleted.php.
References $deleted_id.
| ilForumPostsDeleted::getForumId | ( | ) |
Definition at line 330 of file class.ilForumPostsDeleted.php.
References $forum_id.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getForumTitle | ( | ) |
Definition at line 202 of file class.ilForumPostsDeleted.php.
References $forum_title.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getObjId | ( | ) |
Definition at line 282 of file class.ilForumPostsDeleted.php.
References $obj_id.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getPosDisplayUserId | ( | ) |
Definition at line 346 of file class.ilForumPostsDeleted.php.
References $pos_display_user_id.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getPostDate | ( | ) |
Definition at line 266 of file class.ilForumPostsDeleted.php.
References $post_date.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getPostMessage | ( | ) |
Definition at line 250 of file class.ilForumPostsDeleted.php.
References $post_message.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getPostTitle | ( | ) |
Definition at line 234 of file class.ilForumPostsDeleted.php.
References $post_title.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getPosUserAlias | ( | ) |
Definition at line 362 of file class.ilForumPostsDeleted.php.
References $pos_usr_alias.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getRefId | ( | ) |
Definition at line 298 of file class.ilForumPostsDeleted.php.
References $ref_id.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getThreadId | ( | ) |
Definition at line 314 of file class.ilForumPostsDeleted.php.
References $thread_id.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getThreadTitle | ( | ) |
Definition at line 218 of file class.ilForumPostsDeleted.php.
References $thread_title.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::insert | ( | ) |
Definition at line 117 of file class.ilForumPostsDeleted.php.
References getDeletedBy(), getDeletedDate(), getForumId(), getForumTitle(), getObjId(), getPosDisplayUserId(), getPostDate(), getPostMessage(), getPostTitle(), getPosUserAlias(), getRefId(), getThreadId(), getThreadTitle(), and isThreadDeleted().
Here is the call graph for this function:| ilForumPostsDeleted::isThreadDeleted | ( | ) |
Definition at line 378 of file class.ilForumPostsDeleted.php.
References $thread_deleted.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::setDeletedBy | ( | $deleted_by | ) |
| string | $deleted_by |
Definition at line 194 of file class.ilForumPostsDeleted.php.
References $deleted_by.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setDeletedDate | ( | $deleted_date | ) |
| null | $deleted_date |
Definition at line 178 of file class.ilForumPostsDeleted.php.
References $deleted_date.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setDeletedId | ( | $deleted_id | ) |
| int | $deleted_id |
Definition at line 162 of file class.ilForumPostsDeleted.php.
References $deleted_id.
| ilForumPostsDeleted::setForumId | ( | $forum_id | ) |
| int | $forum_id |
Definition at line 338 of file class.ilForumPostsDeleted.php.
References $forum_id.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setForumTitle | ( | $forum_title | ) |
| string | $forum_title |
Definition at line 210 of file class.ilForumPostsDeleted.php.
References $forum_title.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setObjId | ( | $obj_id | ) |
| int | $obj_id |
Definition at line 290 of file class.ilForumPostsDeleted.php.
References $obj_id.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setPosDisplayUserId | ( | $pos_display_user_id | ) |
| int | $pos_display_user_id |
Definition at line 354 of file class.ilForumPostsDeleted.php.
References $pos_display_user_id.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setPostDate | ( | $post_date | ) |
| string | $post_date |
Definition at line 274 of file class.ilForumPostsDeleted.php.
References $post_date.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setPostMessage | ( | $post_message | ) |
| string | $post_message |
Definition at line 258 of file class.ilForumPostsDeleted.php.
References $post_message.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setPostTitle | ( | $post_title | ) |
| string | $post_title |
Definition at line 242 of file class.ilForumPostsDeleted.php.
References $post_title.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setPosUserAlias | ( | $pos_usr_alias | ) |
| string | $pos_usr_alias |
Definition at line 370 of file class.ilForumPostsDeleted.php.
References $pos_usr_alias.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setRefId | ( | $ref_id | ) |
| int | $ref_id |
Definition at line 306 of file class.ilForumPostsDeleted.php.
References $ref_id.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setThreadDeleted | ( | $thread_deleted | ) |
| boolean | $thread_deleted |
Definition at line 386 of file class.ilForumPostsDeleted.php.
References $thread_deleted.
| ilForumPostsDeleted::setThreadId | ( | $thread_id | ) |
| int | $thread_id |
Definition at line 322 of file class.ilForumPostsDeleted.php.
References $thread_id.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setThreadTitle | ( | $thread_title | ) |
| string | $thread_title |
Definition at line 226 of file class.ilForumPostsDeleted.php.
References $thread_title.
Referenced by __construct().
Here is the caller graph for this function:
|
private |
Definition at line 79 of file class.ilForumPostsDeleted.php.
|
protected |
Definition at line 21 of file class.ilForumPostsDeleted.php.
Referenced by getDeletedBy(), and setDeletedBy().
|
protected |
Definition at line 17 of file class.ilForumPostsDeleted.php.
Referenced by getDeletedDate(), and setDeletedDate().
|
protected |
Definition at line 13 of file class.ilForumPostsDeleted.php.
Referenced by getDeletedId(), and setDeletedId().
|
protected |
Definition at line 62 of file class.ilForumPostsDeleted.php.
Referenced by getForumId(), and setForumId().
|
protected |
Definition at line 26 of file class.ilForumPostsDeleted.php.
Referenced by getForumTitle(), and setForumTitle().
|
protected |
Definition at line 49 of file class.ilForumPostsDeleted.php.
Referenced by getObjId(), and setObjId().
|
protected |
Definition at line 67 of file class.ilForumPostsDeleted.php.
Referenced by getPosDisplayUserId(), and setPosDisplayUserId().
|
protected |
Definition at line 71 of file class.ilForumPostsDeleted.php.
Referenced by getPosUserAlias(), and setPosUserAlias().
|
protected |
Definition at line 44 of file class.ilForumPostsDeleted.php.
Referenced by getPostDate(), and setPostDate().
|
protected |
Definition at line 39 of file class.ilForumPostsDeleted.php.
Referenced by getPostMessage(), and setPostMessage().
|
protected |
Definition at line 35 of file class.ilForumPostsDeleted.php.
Referenced by getPostTitle(), and setPostTitle().
|
protected |
Definition at line 53 of file class.ilForumPostsDeleted.php.
Referenced by getRefId(), and setRefId().
|
protected |
Definition at line 76 of file class.ilForumPostsDeleted.php.
Referenced by isThreadDeleted(), and setThreadDeleted().
|
protected |
Definition at line 57 of file class.ilForumPostsDeleted.php.
Referenced by getThreadId(), and setThreadId().
|
protected |
Definition at line 30 of file class.ilForumPostsDeleted.php.
Referenced by getThreadTitle(), and setThreadTitle().
|
private |
Definition at line 78 of file class.ilForumPostsDeleted.php.