ILIAS
release_8 Revision v8.19
|
Class ilForumPostsDeleted. More...
Public Member Functions | |
__construct (ilForumNotificationDataProvider $provider=null) | |
insert () | |
deleteNotifiedEntries () | |
getDeletedId () | |
setDeletedId (int $deleted_id) | |
getDeletedDate () | |
setDeletedDate (string $deleted_date) | |
getDeletedBy () | |
setDeletedBy (string $deleted_by) | |
getForumTitle () | |
setForumTitle (string $forum_title) | |
getThreadTitle () | |
setThreadTitle (string $thread_title) | |
getPostTitle () | |
setPostTitle (string $post_title) | |
getPostMessage () | |
setPostMessage (string $post_message) | |
getPostDate () | |
setPostDate (string $post_date) | |
getObjId () | |
setObjId (int $obj_id) | |
getRefId () | |
setRefId (int $ref_id) | |
getThreadId () | |
setThreadId (int $thread_id) | |
getForumId () | |
setForumId (int $forum_id) | |
getPosDisplayUserId () | |
setPosDisplayUserId (int $pos_display_user_id) | |
getPosUserAlias () | |
setPosUserAlias (string $pos_usr_alias) | |
isThreadDeleted () | |
setThreadDeleted (bool $thread_deleted) | |
Protected Attributes | |
int | $deleted_id = 0 |
string | $deleted_date |
string | $deleted_by = '' |
string | $forum_title = '' |
string | $thread_title = '' |
string | $post_title = '' |
string | $post_message = '' |
string | $post_date = '' |
int | $obj_id = 0 |
int | $ref_id = 0 |
int | $thread_id = 0 |
int | $forum_id = 0 |
int | $pos_display_user_id = 0 |
string | $pos_usr_alias = '' |
bool | $thread_deleted = false |
Private Attributes | |
ilDBInterface | $db |
Class ilForumPostsDeleted.
Definition at line 25 of file class.ilForumPostsDeleted.php.
ilForumPostsDeleted::__construct | ( | ilForumNotificationDataProvider | $provider = null | ) |
Definition at line 44 of file class.ilForumPostsDeleted.php.
References $DIC, $provider, setDeletedBy(), setDeletedDate(), setForumId(), setForumTitle(), setObjId(), setPosDisplayUserId(), setPostDate(), setPostMessage(), setPostTitle(), setPosUserAlias(), setRefId(), setThreadId(), and setThreadTitle().
ilForumPostsDeleted::deleteNotifiedEntries | ( | ) |
Definition at line 106 of file class.ilForumPostsDeleted.php.
ilForumPostsDeleted::getDeletedBy | ( | ) |
Definition at line 131 of file class.ilForumPostsDeleted.php.
References $deleted_by.
Referenced by insert().
ilForumPostsDeleted::getDeletedDate | ( | ) |
Definition at line 121 of file class.ilForumPostsDeleted.php.
References $deleted_date.
Referenced by insert().
ilForumPostsDeleted::getDeletedId | ( | ) |
ilForumPostsDeleted::getForumId | ( | ) |
Definition at line 221 of file class.ilForumPostsDeleted.php.
References $forum_id.
Referenced by insert().
ilForumPostsDeleted::getForumTitle | ( | ) |
Definition at line 141 of file class.ilForumPostsDeleted.php.
References $forum_title.
Referenced by insert().
ilForumPostsDeleted::getObjId | ( | ) |
Definition at line 191 of file class.ilForumPostsDeleted.php.
References $obj_id.
Referenced by insert().
ilForumPostsDeleted::getPosDisplayUserId | ( | ) |
Definition at line 231 of file class.ilForumPostsDeleted.php.
References $pos_display_user_id.
Referenced by insert().
ilForumPostsDeleted::getPostDate | ( | ) |
Definition at line 181 of file class.ilForumPostsDeleted.php.
References $post_date.
Referenced by insert().
ilForumPostsDeleted::getPostMessage | ( | ) |
Definition at line 171 of file class.ilForumPostsDeleted.php.
References $post_message.
Referenced by insert().
ilForumPostsDeleted::getPostTitle | ( | ) |
Definition at line 161 of file class.ilForumPostsDeleted.php.
References $post_title.
Referenced by insert().
ilForumPostsDeleted::getPosUserAlias | ( | ) |
Definition at line 241 of file class.ilForumPostsDeleted.php.
References $pos_usr_alias.
Referenced by insert().
ilForumPostsDeleted::getRefId | ( | ) |
Definition at line 201 of file class.ilForumPostsDeleted.php.
References $ref_id.
Referenced by insert().
ilForumPostsDeleted::getThreadId | ( | ) |
Definition at line 211 of file class.ilForumPostsDeleted.php.
References $thread_id.
Referenced by insert().
ilForumPostsDeleted::getThreadTitle | ( | ) |
Definition at line 151 of file class.ilForumPostsDeleted.php.
References $thread_title.
Referenced by insert().
ilForumPostsDeleted::insert | ( | ) |
Definition at line 82 of file class.ilForumPostsDeleted.php.
References getDeletedBy(), getDeletedDate(), getForumId(), getForumTitle(), getObjId(), getPosDisplayUserId(), getPostDate(), getPostMessage(), getPostTitle(), getPosUserAlias(), getRefId(), getThreadId(), getThreadTitle(), and isThreadDeleted().
ilForumPostsDeleted::isThreadDeleted | ( | ) |
Definition at line 251 of file class.ilForumPostsDeleted.php.
References $thread_deleted.
Referenced by insert().
ilForumPostsDeleted::setDeletedBy | ( | string | $deleted_by | ) |
Definition at line 136 of file class.ilForumPostsDeleted.php.
References $deleted_by.
Referenced by __construct().
ilForumPostsDeleted::setDeletedDate | ( | string | $deleted_date | ) |
Definition at line 126 of file class.ilForumPostsDeleted.php.
References $deleted_date.
Referenced by __construct().
ilForumPostsDeleted::setDeletedId | ( | int | $deleted_id | ) |
ilForumPostsDeleted::setForumId | ( | int | $forum_id | ) |
Definition at line 226 of file class.ilForumPostsDeleted.php.
References $forum_id.
Referenced by __construct().
ilForumPostsDeleted::setForumTitle | ( | string | $forum_title | ) |
Definition at line 146 of file class.ilForumPostsDeleted.php.
References $forum_title.
Referenced by __construct().
ilForumPostsDeleted::setObjId | ( | int | $obj_id | ) |
Definition at line 196 of file class.ilForumPostsDeleted.php.
References $obj_id.
Referenced by __construct().
ilForumPostsDeleted::setPosDisplayUserId | ( | int | $pos_display_user_id | ) |
Definition at line 236 of file class.ilForumPostsDeleted.php.
References $pos_display_user_id.
Referenced by __construct().
ilForumPostsDeleted::setPostDate | ( | string | $post_date | ) |
Definition at line 186 of file class.ilForumPostsDeleted.php.
References $post_date.
Referenced by __construct().
ilForumPostsDeleted::setPostMessage | ( | string | $post_message | ) |
Definition at line 176 of file class.ilForumPostsDeleted.php.
References $post_message.
Referenced by __construct().
ilForumPostsDeleted::setPostTitle | ( | string | $post_title | ) |
Definition at line 166 of file class.ilForumPostsDeleted.php.
References $post_title.
Referenced by __construct().
ilForumPostsDeleted::setPosUserAlias | ( | string | $pos_usr_alias | ) |
Definition at line 246 of file class.ilForumPostsDeleted.php.
References $pos_usr_alias.
Referenced by __construct().
ilForumPostsDeleted::setRefId | ( | int | $ref_id | ) |
Definition at line 206 of file class.ilForumPostsDeleted.php.
References $ref_id.
Referenced by __construct().
ilForumPostsDeleted::setThreadDeleted | ( | bool | $thread_deleted | ) |
ilForumPostsDeleted::setThreadId | ( | int | $thread_id | ) |
Definition at line 216 of file class.ilForumPostsDeleted.php.
References $thread_id.
Referenced by __construct().
ilForumPostsDeleted::setThreadTitle | ( | string | $thread_title | ) |
Definition at line 156 of file class.ilForumPostsDeleted.php.
References $thread_title.
Referenced by __construct().
|
private |
Definition at line 27 of file class.ilForumPostsDeleted.php.
|
protected |
Definition at line 30 of file class.ilForumPostsDeleted.php.
Referenced by getDeletedBy(), and setDeletedBy().
|
protected |
Definition at line 29 of file class.ilForumPostsDeleted.php.
Referenced by getDeletedDate(), and setDeletedDate().
|
protected |
Definition at line 28 of file class.ilForumPostsDeleted.php.
Referenced by getDeletedId(), and setDeletedId().
|
protected |
Definition at line 39 of file class.ilForumPostsDeleted.php.
Referenced by getForumId(), and setForumId().
|
protected |
Definition at line 31 of file class.ilForumPostsDeleted.php.
Referenced by getForumTitle(), and setForumTitle().
|
protected |
Definition at line 36 of file class.ilForumPostsDeleted.php.
Referenced by getObjId(), and setObjId().
|
protected |
Definition at line 40 of file class.ilForumPostsDeleted.php.
Referenced by getPosDisplayUserId(), and setPosDisplayUserId().
|
protected |
Definition at line 41 of file class.ilForumPostsDeleted.php.
Referenced by getPosUserAlias(), and setPosUserAlias().
|
protected |
Definition at line 35 of file class.ilForumPostsDeleted.php.
Referenced by getPostDate(), and setPostDate().
|
protected |
Definition at line 34 of file class.ilForumPostsDeleted.php.
Referenced by getPostMessage(), and setPostMessage().
|
protected |
Definition at line 33 of file class.ilForumPostsDeleted.php.
Referenced by getPostTitle(), and setPostTitle().
|
protected |
Definition at line 37 of file class.ilForumPostsDeleted.php.
Referenced by getRefId(), and setRefId().
|
protected |
Definition at line 42 of file class.ilForumPostsDeleted.php.
Referenced by isThreadDeleted(), and setThreadDeleted().
|
protected |
Definition at line 38 of file class.ilForumPostsDeleted.php.
Referenced by getThreadId(), and setThreadId().
|
protected |
Definition at line 32 of file class.ilForumPostsDeleted.php.
Referenced by getThreadTitle(), and setThreadTitle().