|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilForumPostsTree:Public Member Functions | |
| setDepth ($depth) | |
| getDepth () | |
| setLft ($lft) | |
| getLft () | |
| setParentPos ($parent_pos) | |
| getParentPos () | |
| setPosFk ($pos_fk) | |
| getPosFk () | |
| setRgt ($rgt) | |
| getRgt () | |
| setThrFk ($thr_fk) | |
| getThrFk () | |
| setSourceThreadId ($source_thread_id) | |
| getSourceThreadId () | |
| setTargetThreadId ($target_thread_id) | |
| getTargetThreadId () | |
| __construct () | |
| merge () | |
Static Public Member Functions | |
| static | updateTargetRootRgt ($root_node_id, $rgt) |
Private Attributes | |
| $thr_fk = 0 | |
| $pos_fk = 0 | |
| $parent_pos = 0 | |
| $lft = 0 | |
| $rgt = 0 | |
| $depth = 0 | |
| $source_thread_id = 0 | |
| $target_thread_id = 0 | |
| $db | |
Definition at line 8 of file class.ilForumPostsTree.php.
| ilForumPostsTree::__construct | ( | ) |
Definition at line 102 of file class.ilForumPostsTree.php.
References $DIC.
| ilForumPostsTree::getDepth | ( | ) |
Definition at line 27 of file class.ilForumPostsTree.php.
References $depth.
Referenced by merge().
Here is the caller graph for this function:| ilForumPostsTree::getLft | ( | ) |
Definition at line 37 of file class.ilForumPostsTree.php.
References $lft.
Referenced by merge().
Here is the caller graph for this function:| ilForumPostsTree::getParentPos | ( | ) |
Definition at line 47 of file class.ilForumPostsTree.php.
References $parent_pos.
Referenced by merge().
Here is the caller graph for this function:| ilForumPostsTree::getPosFk | ( | ) |
Definition at line 57 of file class.ilForumPostsTree.php.
References $pos_fk.
Referenced by merge().
Here is the caller graph for this function:| ilForumPostsTree::getRgt | ( | ) |
Definition at line 67 of file class.ilForumPostsTree.php.
References $rgt.
Referenced by merge().
Here is the caller graph for this function:| ilForumPostsTree::getSourceThreadId | ( | ) |
Definition at line 87 of file class.ilForumPostsTree.php.
References $source_thread_id.
Referenced by merge().
Here is the caller graph for this function:| ilForumPostsTree::getTargetThreadId | ( | ) |
Definition at line 97 of file class.ilForumPostsTree.php.
References $target_thread_id.
Referenced by merge().
Here is the caller graph for this function:| ilForumPostsTree::getThrFk | ( | ) |
| ilForumPostsTree::merge | ( | ) |
Definition at line 108 of file class.ilForumPostsTree.php.
References getDepth(), getLft(), getParentPos(), getPosFk(), getRgt(), getSourceThreadId(), and getTargetThreadId().
Here is the call graph for this function:| ilForumPostsTree::setDepth | ( | $depth | ) |
Definition at line 22 of file class.ilForumPostsTree.php.
References $depth.
| ilForumPostsTree::setLft | ( | $lft | ) |
Definition at line 32 of file class.ilForumPostsTree.php.
References $lft.
| ilForumPostsTree::setParentPos | ( | $parent_pos | ) |
Definition at line 42 of file class.ilForumPostsTree.php.
References $parent_pos.
| ilForumPostsTree::setPosFk | ( | $pos_fk | ) |
Definition at line 52 of file class.ilForumPostsTree.php.
References $pos_fk.
| ilForumPostsTree::setRgt | ( | $rgt | ) |
Definition at line 62 of file class.ilForumPostsTree.php.
References $rgt.
| ilForumPostsTree::setSourceThreadId | ( | $source_thread_id | ) |
Definition at line 82 of file class.ilForumPostsTree.php.
References $source_thread_id.
| ilForumPostsTree::setTargetThreadId | ( | $target_thread_id | ) |
Definition at line 92 of file class.ilForumPostsTree.php.
References $target_thread_id.
| ilForumPostsTree::setThrFk | ( | $thr_fk | ) |
Definition at line 72 of file class.ilForumPostsTree.php.
References $thr_fk.
|
static |
Definition at line 130 of file class.ilForumPostsTree.php.
References $DIC, $ilDB, and $rgt.
Referenced by ilForum\mergeThreads().
Here is the caller graph for this function:
|
private |
Definition at line 20 of file class.ilForumPostsTree.php.
|
private |
Definition at line 15 of file class.ilForumPostsTree.php.
Referenced by getDepth(), and setDepth().
|
private |
Definition at line 13 of file class.ilForumPostsTree.php.
|
private |
Definition at line 12 of file class.ilForumPostsTree.php.
Referenced by getParentPos(), and setParentPos().
|
private |
Definition at line 11 of file class.ilForumPostsTree.php.
Referenced by getPosFk(), and setPosFk().
|
private |
Definition at line 14 of file class.ilForumPostsTree.php.
Referenced by getRgt(), setRgt(), and updateTargetRootRgt().
|
private |
Definition at line 17 of file class.ilForumPostsTree.php.
Referenced by getSourceThreadId(), and setSourceThreadId().
|
private |
Definition at line 18 of file class.ilForumPostsTree.php.
Referenced by getTargetThreadId(), and setTargetThreadId().
|
private |
Definition at line 10 of file class.ilForumPostsTree.php.
Referenced by getThrFk(), and setThrFk().