|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Collaboration diagram for ilForumPost:Static Public Member Functions | |
| static | mergePosts ($source_thread_id, $target_thread_id) |
Protected Member Functions | |
| buildUserRelatedData ($row) | |
Private Member Functions | |
| read () | |
| getUserData () | |
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 = '' | |
| $notification = 0 | |
| $import_name = '' | |
| $status = 1 | |
| $tree_id = 0 | |
| $parent_id = 0 | |
| $lft = 0 | |
| $rgt = 0 | |
| $depth = 0 | |
| $fullname = '' | |
| $loginname = '' | |
| $objThread = null | |
| $db = null | |
| $is_moderator = false | |
| $is_author_moderator = null | |
| $post_read = false | |
| $pos_author_id = 0 | |
Definition at line 12 of file class.ilForumPost.php.
| ilForumPost::__construct | ( | $a_id = 0, |
|
$a_is_moderator = false, |
|||
$preventImplicitRead = false |
|||
| ) |
Definition at line 78 of file class.ilForumPost.php.
Here is the call graph for this function:| ilForumPost::__destruct | ( | ) |
Definition at line 91 of file class.ilForumPost.php.
| ilForumPost::activateParentPosts | ( | ) |
Definition at line 407 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 361 of file class.ilForumPost.php.
References activateParentPosts().
Here is the call graph for this function:| ilForumPost::activatePostAndChildPosts | ( | ) |
Definition at line 377 of file class.ilForumPost.php.
References $query, $result, $row, and activateParentPosts().
Here is the call graph for this function:| ilForumPost::assignData | ( | $row | ) |
Definition at line 725 of file class.ilForumPost.php.
References $row, buildUserRelatedData(), 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:
|
protected |
Definition at line 295 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::deactivatePostAndChildPosts | ( | ) |
Definition at line 433 of file class.ilForumPost.php.
| ilForumPost::getCensorshipComment | ( | ) |
| ilForumPost::getChangeDate | ( | ) |
| ilForumPost::getCreateDate | ( | ) |
| ilForumPost::getDataAsArray | ( | ) |
Definition at line 167 of file class.ilForumPost.php.
References $data.
| ilForumPost::getDataAsArrayForExplorer | ( | ) |
Definition at line 194 of file class.ilForumPost.php.
References $data.
| ilForumPost::getDepth | ( | ) |
Definition at line 681 of file class.ilForumPost.php.
References $depth.
| ilForumPost::getDisplayUserId | ( | ) |
| ilForumPost::getForumId | ( | ) |
| ilForumPost::getFullname | ( | ) |
| ilForumPost::getId | ( | ) |
Definition at line 518 of file class.ilForumPost.php.
References $id.
| ilForumPost::getImportName | ( | ) |
| ilForumPost::getIsAuthorModerator | ( | ) |
Definition at line 712 of file class.ilForumPost.php.
References $is_author_moderator.
| ilForumPost::getIsRead | ( | ) |
Definition at line 652 of file class.ilForumPost.php.
References $post_read.
Referenced by isPostRead().
Here is the caller graph for this function:| ilForumPost::getLft | ( | ) |
Definition at line 665 of file class.ilForumPost.php.
References $lft.
Referenced by ilForumTopic\getPostTree().
Here is the caller graph for this function:| ilForumPost::getLoginName | ( | ) |
| ilForumPost::getMessage | ( | ) |
| ilForumPost::getParentId | ( | ) |
| ilForumPost::getPosAuthorId | ( | ) |
Definition at line 705 of file class.ilForumPost.php.
References $pos_author_id.
| ilForumPost::getRgt | ( | ) |
Definition at line 673 of file class.ilForumPost.php.
References $rgt.
Referenced by ilForumTopic\getPostTree().
Here is the caller graph for this function:| ilForumPost::getSubject | ( | ) |
| ilForumPost::getThread | ( | ) |
| ilForumPost::getThreadId | ( | ) |
Definition at line 534 of file class.ilForumPost.php.
References $thread_id.
Referenced by ilForumTopic\getPostTree().
Here is the caller graph for this function:| ilForumPost::getTreeId | ( | ) |
| ilForumPost::getUpdateUserId | ( | ) |
| ilForumPost::getUserAlias | ( | ) |
|
private |
Definition at line 317 of file class.ilForumPost.php.
References $lng, and ilObjForumAccess\getCachedUserInstance().
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForumPost::hasReplies | ( | ) |
Definition at line 484 of file class.ilForumPost.php.
References $res.
| ilForumPost::insert | ( | ) |
Definition at line 97 of file class.ilForumPost.php.
References $ilDB.
| ilForumPost::isActivated | ( | ) |
Definition at line 630 of file class.ilForumPost.php.
| ilForumPost::isAnyParentDeactivated | ( | ) |
Definition at line 276 of file class.ilForumPost.php.
References $res.
| ilForumPost::isCensored | ( | ) |
Definition at line 598 of file class.ilForumPost.php.
| ilForumPost::isNotificationEnabled | ( | ) |
Definition at line 614 of file class.ilForumPost.php.
| ilForumPost::isOwner | ( | $a_user_id = 0 | ) |
Definition at line 501 of file class.ilForumPost.php.
| ilForumPost::isPostRead | ( | ) |
Definition at line 461 of file class.ilForumPost.php.
References getIsRead().
Here is the call graph for this function:| ilForumPost::isRead | ( | $a_user_id = 0 | ) |
Definition at line 466 of file class.ilForumPost.php.
References $res.
|
static |
Definition at line 752 of file class.ilForumPost.php.
References $ilDB.
Referenced by ilForum\mergeThreads().
Here is the caller graph for this function:
|
private |
Definition at line 228 of file class.ilForumPost.php.
References $res, $row, and getUserData().
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 339 of file class.ilForumPost.php.
References read().
Here is the call graph for this function:| ilForumPost::setCensorship | ( | $a_censorship | ) |
Definition at line 594 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setCensorshipComment | ( | $a_comment | ) |
Definition at line 602 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setChangeDate | ( | $a_changedate | ) |
Definition at line 578 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setCreateDate | ( | $a_createdate | ) |
Definition at line 570 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setDepth | ( | $a_depth | ) |
Definition at line 677 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setDisplayUserId | ( | $a_user_id | ) |
Definition at line 538 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setForumId | ( | $a_forum_id | ) |
Definition at line 522 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setFullname | ( | $a_fullname | ) |
Definition at line 344 of file class.ilForumPost.php.
| ilForumPost::setId | ( | $a_id | ) |
Definition at line 514 of file class.ilForumPost.php.
| ilForumPost::setImportName | ( | $a_import_name | ) |
Definition at line 618 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 720 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 647 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setLft | ( | $a_lft | ) |
Definition at line 661 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setLoginName | ( | $a_loginname | ) |
Definition at line 352 of file class.ilForumPost.php.
| ilForumPost::setMessage | ( | $a_message | ) |
Definition at line 562 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setNotification | ( | $a_notification | ) |
Definition at line 610 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setParentId | ( | $a_parent_id | ) |
Definition at line 642 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 697 of file class.ilForumPost.php.
References $pos_author_id.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setRgt | ( | $a_rgt | ) |
Definition at line 669 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setStatus | ( | $a_status | ) |
Definition at line 626 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setSubject | ( | $a_subject | ) |
Definition at line 554 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setThread | ( | ilForumTopic | $thread | ) |
Definition at line 685 of file class.ilForumPost.php.
| ilForumPost::setThreadId | ( | $a_thread_id | ) |
Definition at line 530 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setTreeId | ( | $a_tree_id | ) |
Definition at line 634 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 586 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::setUserAlias | ( | $a_user_alias | ) |
Definition at line 546 of file class.ilForumPost.php.
Referenced by assignData().
Here is the caller graph for this function:| ilForumPost::update | ( | ) |
Definition at line 130 of file class.ilForumPost.php.
References $ilDB.
|
private |
Definition at line 34 of file class.ilForumPost.php.
|
private |
Definition at line 36 of file class.ilForumPost.php.
Referenced by getCensorshipComment().
|
private |
Definition at line 30 of file class.ilForumPost.php.
Referenced by getChangeDate().
|
private |
Definition at line 28 of file class.ilForumPost.php.
Referenced by getCreateDate().
|
private |
Definition at line 60 of file class.ilForumPost.php.
|
private |
Definition at line 52 of file class.ilForumPost.php.
Referenced by getDepth().
|
private |
Definition at line 20 of file class.ilForumPost.php.
Referenced by getDisplayUserId().
|
private |
Definition at line 16 of file class.ilForumPost.php.
Referenced by getForumId().
|
private |
Definition at line 54 of file class.ilForumPost.php.
Referenced by getFullname().
|
private |
Definition at line 14 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 56 of file class.ilForumPost.php.
Referenced by getLoginName().
|
private |
Definition at line 26 of file class.ilForumPost.php.
Referenced by getMessage().
|
private |
Definition at line 38 of file class.ilForumPost.php.
|
private |
Definition at line 58 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 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 24 of file class.ilForumPost.php.
Referenced by getSubject().
|
private |
Definition at line 18 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 22 of file class.ilForumPost.php.
Referenced by getUserAlias().
|
private |
Definition at line 32 of file class.ilForumPost.php.
Referenced by getUpdateUserId().