|
ILIAS
release_8 Revision v8.24
|
Class ilForumPostsDeleted. More...
Collaboration diagram for ilForumPostsDeleted: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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ilForumPostsDeleted::getDeletedDate | ( | ) |
Definition at line 121 of file class.ilForumPostsDeleted.php.
References $deleted_date.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getDeletedId | ( | ) |
Definition at line 111 of file class.ilForumPostsDeleted.php.
References $deleted_id.
| ilForumPostsDeleted::getForumId | ( | ) |
Definition at line 221 of file class.ilForumPostsDeleted.php.
References $forum_id.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getForumTitle | ( | ) |
Definition at line 141 of file class.ilForumPostsDeleted.php.
References $forum_title.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getObjId | ( | ) |
Definition at line 191 of file class.ilForumPostsDeleted.php.
References $obj_id.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getPosDisplayUserId | ( | ) |
Definition at line 231 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 181 of file class.ilForumPostsDeleted.php.
References $post_date.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getPostMessage | ( | ) |
Definition at line 171 of file class.ilForumPostsDeleted.php.
References $post_message.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getPostTitle | ( | ) |
Definition at line 161 of file class.ilForumPostsDeleted.php.
References $post_title.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getPosUserAlias | ( | ) |
Definition at line 241 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 201 of file class.ilForumPostsDeleted.php.
References $ref_id.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getThreadId | ( | ) |
Definition at line 211 of file class.ilForumPostsDeleted.php.
References $thread_id.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::getThreadTitle | ( | ) |
Definition at line 151 of file class.ilForumPostsDeleted.php.
References $thread_title.
Referenced by insert().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| ilForumPostsDeleted::isThreadDeleted | ( | ) |
Definition at line 251 of file class.ilForumPostsDeleted.php.
References $thread_deleted.
Referenced by insert().
Here is the caller graph for this function:| ilForumPostsDeleted::setDeletedBy | ( | string | $deleted_by | ) |
Definition at line 136 of file class.ilForumPostsDeleted.php.
References $deleted_by.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setDeletedDate | ( | string | $deleted_date | ) |
Definition at line 126 of file class.ilForumPostsDeleted.php.
References $deleted_date.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setDeletedId | ( | int | $deleted_id | ) |
Definition at line 116 of file class.ilForumPostsDeleted.php.
References $deleted_id.
| ilForumPostsDeleted::setForumId | ( | int | $forum_id | ) |
Definition at line 226 of file class.ilForumPostsDeleted.php.
References $forum_id.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setForumTitle | ( | string | $forum_title | ) |
Definition at line 146 of file class.ilForumPostsDeleted.php.
References $forum_title.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setObjId | ( | int | $obj_id | ) |
Definition at line 196 of file class.ilForumPostsDeleted.php.
References $obj_id.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setPosDisplayUserId | ( | int | $pos_display_user_id | ) |
Definition at line 236 of file class.ilForumPostsDeleted.php.
References $pos_display_user_id.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setPostDate | ( | string | $post_date | ) |
Definition at line 186 of file class.ilForumPostsDeleted.php.
References $post_date.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setPostMessage | ( | string | $post_message | ) |
Definition at line 176 of file class.ilForumPostsDeleted.php.
References $post_message.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setPostTitle | ( | string | $post_title | ) |
Definition at line 166 of file class.ilForumPostsDeleted.php.
References $post_title.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setPosUserAlias | ( | string | $pos_usr_alias | ) |
Definition at line 246 of file class.ilForumPostsDeleted.php.
References $pos_usr_alias.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setRefId | ( | int | $ref_id | ) |
Definition at line 206 of file class.ilForumPostsDeleted.php.
References $ref_id.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setThreadDeleted | ( | bool | $thread_deleted | ) |
Definition at line 256 of file class.ilForumPostsDeleted.php.
References $thread_deleted.
| ilForumPostsDeleted::setThreadId | ( | int | $thread_id | ) |
Definition at line 216 of file class.ilForumPostsDeleted.php.
References $thread_id.
Referenced by __construct().
Here is the caller graph for this function:| ilForumPostsDeleted::setThreadTitle | ( | string | $thread_title | ) |
Definition at line 156 of file class.ilForumPostsDeleted.php.
References $thread_title.
Referenced by __construct().
Here is the caller graph for this function:
|
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().