|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilForumPost:Static Public Member Functions | |
| static | mergePosts (int $sourceThreadId, int $targetThreadId, array $excludedPostIds=[]) |
Private Member Functions | |
| read () | |
Private Attributes | |
| $id = 0 | |
| $forum_id = 0 | |
| $thread_id = 0 | |
| $display_user_id = 0 | |
| $user_alias = '' | |
| $subject = '' | |
| $message = '' | |
| $createdate = '0000-00-00 00:00:00' | |
| $changedate = '0000-00-00 00:00:00' | |
| $user_id_update = 0 | |
| $censored = 0 | |
| $censorship_comment = '' | |
| $censored_date = '0000-00-00 00:00:00' | |
| $notification = 0 | |
| $import_name = '' | |
| $status = 1 | |
| $tree_id = 0 | |
| $parent_id = 0 | |
| $lft = 0 | |
| $rgt = 0 | |
| $depth = 0 | |
| $objThread = null | |
| $db = null | |
| $lng = null | |
| $is_moderator = false | |
| $is_author_moderator = null | |
| $post_read = false | |
| $pos_author_id = 0 | |
| $post_activation_date = null | |
Definition at line 10 of file class.ilForumPost.php.
| ilForumPost::__construct | ( | $a_id = 0, |
|
$a_is_moderator = false, |
|||
$preventImplicitRead = false |
|||
| ) |
ilForumPost constructor.
| int | $a_id | |
| bool | $a_is_moderator | |
| bool | $preventImplicitRead |
Definition at line 86 of file class.ilForumPost.php.
Here is the call graph for this function:| ilForumPost::__destruct | ( | ) |
Definition at line 99 of file class.ilForumPost.php.
| ilForumPost::activateParentPosts | ( | ) |
Definition at line 298 of file class.ilForumPost.php.
References $query, $result, and $row.
Referenced by activatePost(), and activatePostAndChildPosts().
Here is the caller graph for this function:| ilForumPost::activatePost | ( | ) |
Definition at line 246 of file class.ilForumPost.php.
References activateParentPosts(), setPostActivationDate(), and setStatus().
Here is the call graph for this function:| ilForumPost::activatePostAndChildPosts | ( | ) |
Definition at line 266 of file class.ilForumPost.php.
References $query, $result, $row, and activateParentPosts().
Here is the call graph for this function:| ilForumPost::assignData | ( | $row | ) |
| $row |
Definition at line 624 of file class.ilForumPost.php.
References $row, setCensoredDate(), setCensorship(), setCensorshipComment(), setChangeDate(), setCreateDate(), setDepth(), setDisplayUserId(), setForumId(), setImportName(), setIsAuthorModerator(), setIsRead(), setLft(), setMessage(), setNotification(), setParentId(), setPosAuthorId(), setRgt(), setStatus(), setSubject(), setThreadId(), setTreeId(), setUpdateUserId(), and setUserAlias().
Here is the call graph for this function:| ilForumPost::getCensoredDate | ( | ) |
Definition at line 592 of file class.ilForumPost.php.
References $censored_date.
| ilForumPost::getCensorshipComment | ( | ) |
Definition at line 470 of file class.ilForumPost.php.
References $censorship_comment.
Referenced by ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::getChangeDate | ( | ) |
Definition at line 446 of file class.ilForumPost.php.
References $changedate.
Referenced by ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::getCreateDate | ( | ) |
Definition at line 438 of file class.ilForumPost.php.
References $createdate.
Referenced by ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::getDepth | ( | ) |
Definition at line 545 of file class.ilForumPost.php.
References $depth.
Referenced by ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::getDisplayUserId | ( | ) |
Definition at line 406 of file class.ilForumPost.php.
References $display_user_id.
Referenced by ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::getForumId | ( | ) |
Definition at line 390 of file class.ilForumPost.php.
References $forum_id.
Referenced by ilObjForumGUI\renderSplitButton().
Here is the caller graph for this function:| ilForumPost::getId | ( | ) |
Definition at line 382 of file class.ilForumPost.php.
References $id.
Referenced by ilObjForumGUI\renderPostContent(), and ilObjForumGUI\renderSplitButton().
Here is the caller graph for this function:| ilForumPost::getImportName | ( | ) |
Definition at line 486 of file class.ilForumPost.php.
References $import_name.
Referenced by ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::getIsAuthorModerator | ( | ) |
Definition at line 576 of file class.ilForumPost.php.
References $is_author_moderator.
Referenced by ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::getIsRead | ( | ) |
Definition at line 516 of file class.ilForumPost.php.
References $post_read.
Referenced by isPostRead().
Here is the caller graph for this function:| ilForumPost::getLft | ( | ) |
Definition at line 529 of file class.ilForumPost.php.
References $lft.
Referenced by ilForumTopic\getPostTree().
Here is the caller graph for this function:| ilForumPost::getMessage | ( | ) |
Definition at line 430 of file class.ilForumPost.php.
References $message.
Referenced by ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::getParentId | ( | ) |
| ilForumPost::getPosAuthorId | ( | ) |
Definition at line 569 of file class.ilForumPost.php.
References $pos_author_id.
Referenced by ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::getPostActivationDate | ( | ) |
Definition at line 600 of file class.ilForumPost.php.
References $post_activation_date.
| ilForumPost::getRgt | ( | ) |
Definition at line 537 of file class.ilForumPost.php.
References $rgt.
Referenced by ilForumTopic\getPostTree().
Here is the caller graph for this function:| ilForumPost::getSubject | ( | ) |
Definition at line 422 of file class.ilForumPost.php.
References $subject.
Referenced by ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::getThread | ( | ) |
| ilForumPost::getThreadId | ( | ) |
Definition at line 398 of file class.ilForumPost.php.
References $thread_id.
Referenced by ilForumTopic\getPostTree(), ilObjForumGUI\renderPostContent(), and ilObjForumGUI\renderSplitButton().
Here is the caller graph for this function:| ilForumPost::getTreeId | ( | ) |
| ilForumPost::getUpdateUserId | ( | ) |
Definition at line 454 of file class.ilForumPost.php.
References $user_id_update.
Referenced by ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::getUserAlias | ( | ) |
Definition at line 414 of file class.ilForumPost.php.
References $user_alias.
Referenced by ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::hasReplies | ( | ) |
Definition at line 349 of file class.ilForumPost.php.
References $res.
Referenced by ilObjForumGUI\renderSplitButton().
Here is the caller graph for this function:| ilForumPost::insert | ( | ) |
Definition at line 105 of file class.ilForumPost.php.
References notification().
Here is the call graph for this function:| ilForumPost::isActivated | ( | ) |
Definition at line 494 of file class.ilForumPost.php.
Referenced by ilObjForumGUI\renderPostContent(), and ilObjForumGUI\renderSplitButton().
Here is the caller graph for this function:| ilForumPost::isAnyParentDeactivated | ( | ) |
Definition at line 221 of file class.ilForumPost.php.
References $res.
| ilForumPost::isCensored | ( | ) |
Definition at line 462 of file class.ilForumPost.php.
Referenced by ilObjForumGUI\renderPostContent(), and ilObjForumGUI\renderSplitButton().
Here is the caller graph for this function:| ilForumPost::isNotificationEnabled | ( | ) |
Definition at line 478 of file class.ilForumPost.php.
References notification().
Here is the call graph for this function:| ilForumPost::isOwner | ( | $a_user_id = 0 | ) |
Definition at line 367 of file class.ilForumPost.php.
Referenced by ilObjForumGUI\renderPostContent(), and ilObjForumGUI\renderSplitButton().
Here is the caller graph for this function:| ilForumPost::isPostRead | ( | ) |
Definition at line 326 of file class.ilForumPost.php.
References getIsRead().
Referenced by ilObjForumGUI\renderPostContent(), and ilObjForumGUI\renderSplitButton().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForumPost::isRead | ( | $a_user_id = 0 | ) |
Definition at line 331 of file class.ilForumPost.php.
References $res.
|
static |
| int | $sourceThreadId | |
| int | $targetThreadId | |
| int[] | $excludedPostIds |
Definition at line 656 of file class.ilForumPost.php.
Referenced by ilForum\mergeThreads().
Here is the caller graph for this function:
|
private |
Definition at line 171 of file class.ilForumPost.php.
References $res, $row, and notification().
Referenced by __construct(), and reload().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForumPost::reload | ( | ) |
Definition at line 241 of file class.ilForumPost.php.
References read().
Here is the call graph for this function:| ilForumPost::setCensoredDate | ( | $censored_date | ) |
| string | $censored_date |
Definition at line 616 of file class.ilForumPost.php.
References $censored_date.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setCensorship | ( | $a_censorship | ) |
Definition at line 458 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setCensorshipComment | ( | $a_comment | ) |
Definition at line 466 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setChangeDate | ( | $a_changedate | ) |
Definition at line 442 of file class.ilForumPost.php.
Referenced by assignData(), and ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::setCreateDate | ( | $a_createdate | ) |
Definition at line 434 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setDepth | ( | $a_depth | ) |
Definition at line 541 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setDisplayUserId | ( | $a_user_id | ) |
Definition at line 402 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setForumId | ( | $a_forum_id | ) |
Definition at line 386 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setId | ( | $a_id | ) |
Definition at line 378 of file class.ilForumPost.php.
| ilForumPost::setImportName | ( | $a_import_name | ) |
Definition at line 482 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setIsAuthorModerator | ( | $is_author_moderator | ) |
| int|null |
Definition at line 584 of file class.ilForumPost.php.
References $is_author_moderator.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setIsRead | ( | $a_is_read | ) |
Definition at line 511 of file class.ilForumPost.php.
Referenced by assignData(), and ilForumExplorerGUI\setThread().
Here is the caller graph for this function:| ilForumPost::setLft | ( | $a_lft | ) |
Definition at line 525 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setMessage | ( | $a_message | ) |
Definition at line 426 of file class.ilForumPost.php.
Referenced by assignData(), and ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilForumPost::setNotification | ( | $a_notification | ) |
Definition at line 474 of file class.ilForumPost.php.
References notification().
Referenced by assignData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForumPost::setParentId | ( | $a_parent_id | ) |
Definition at line 506 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setPosAuthorId | ( | $pos_author_id | ) |
| int | $pos_author_id |
Definition at line 561 of file class.ilForumPost.php.
References $pos_author_id.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setPostActivationDate | ( | $post_activation_date | ) |
| string | $post_activation_date |
Definition at line 608 of file class.ilForumPost.php.
References $post_activation_date.
Referenced by activatePost().
Here is the caller graph for this function:| ilForumPost::setRgt | ( | $a_rgt | ) |
Definition at line 533 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setStatus | ( | $a_status | ) |
Definition at line 490 of file class.ilForumPost.php.
Referenced by activatePost(), and assignData().
Here is the caller graph for this function:| ilForumPost::setSubject | ( | $a_subject | ) |
Definition at line 418 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setThread | ( | ilForumTopic | $thread | ) |
Definition at line 549 of file class.ilForumPost.php.
| ilForumPost::setThreadId | ( | $a_thread_id | ) |
Definition at line 394 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setTreeId | ( | $a_tree_id | ) |
Definition at line 498 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setUpdateUserId | ( | $a_user_id_update | ) |
Definition at line 450 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setUserAlias | ( | $a_user_alias | ) |
Definition at line 410 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::update | ( | ) |
Definition at line 136 of file class.ilForumPost.php.
References notification().
Here is the call graph for this function:
|
private |
Definition at line 32 of file class.ilForumPost.php.
|
private |
Definition at line 36 of file class.ilForumPost.php.
Referenced by getCensoredDate(), and setCensoredDate().
|
private |
Definition at line 34 of file class.ilForumPost.php.
Referenced by getCensorshipComment().
|
private |
Definition at line 28 of file class.ilForumPost.php.
Referenced by getChangeDate().
|
private |
Definition at line 26 of file class.ilForumPost.php.
Referenced by getCreateDate().
|
private |
Definition at line 59 of file class.ilForumPost.php.
|
private |
Definition at line 52 of file class.ilForumPost.php.
Referenced by getDepth().
|
private |
Definition at line 18 of file class.ilForumPost.php.
Referenced by getDisplayUserId().
|
private |
Definition at line 14 of file class.ilForumPost.php.
Referenced by getForumId().
|
private |
Definition at line 12 of file class.ilForumPost.php.
Referenced by getId().
|
private |
Definition at line 40 of file class.ilForumPost.php.
Referenced by getImportName().
|
private |
Definition at line 72 of file class.ilForumPost.php.
Referenced by getIsAuthorModerator(), and setIsAuthorModerator().
|
private |
Definition at line 66 of file class.ilForumPost.php.
|
private |
Definition at line 48 of file class.ilForumPost.php.
Referenced by getLft().
|
private |
Definition at line 60 of file class.ilForumPost.php.
|
private |
Definition at line 24 of file class.ilForumPost.php.
Referenced by getMessage().
|
private |
Definition at line 38 of file class.ilForumPost.php.
|
private |
Definition at line 57 of file class.ilForumPost.php.
Referenced by getThread().
|
private |
Definition at line 46 of file class.ilForumPost.php.
Referenced by getParentId().
|
private |
Definition at line 76 of file class.ilForumPost.php.
Referenced by getPosAuthorId(), and setPosAuthorId().
|
private |
Definition at line 78 of file class.ilForumPost.php.
Referenced by getPostActivationDate(), and setPostActivationDate().
|
private |
Definition at line 74 of file class.ilForumPost.php.
Referenced by getIsRead().
|
private |
Definition at line 50 of file class.ilForumPost.php.
Referenced by getRgt().
|
private |
Definition at line 42 of file class.ilForumPost.php.
|
private |
Definition at line 22 of file class.ilForumPost.php.
Referenced by getSubject().
|
private |
Definition at line 16 of file class.ilForumPost.php.
Referenced by getThreadId().
|
private |
Definition at line 44 of file class.ilForumPost.php.
Referenced by getTreeId().
|
private |
Definition at line 20 of file class.ilForumPost.php.
Referenced by getUserAlias().
|
private |
Definition at line 30 of file class.ilForumPost.php.
Referenced by getUpdateUserId().