|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilForumPostsTree:Public Member Functions | |
| __construct () | |
| setDepth (int $depth) | |
| getDepth () | |
| setLft (int $lft) | |
| getLft () | |
| setParentPos (int $parent_pos) | |
| getParentPos () | |
| setPosFk (int $pos_fk) | |
| getPosFk () | |
| setRgt (int $rgt) | |
| getRgt () | |
| setSourceThreadId (int $source_thread_id) | |
| getSourceThreadId () | |
| setTargetThreadId (int $target_thread_id) | |
| getTargetThreadId () | |
| merge () | |
Static Public Member Functions | |
| static | updateTargetRootRgt (int $root_node_id, int $rgt) |
Private Attributes | |
| ilDBInterface | $db |
| int | $pos_fk = 0 |
| int | $parent_pos = 0 |
| int | $lft = 0 |
| int | $rgt = 0 |
| int | $depth = 0 |
| int | $source_thread_id = 0 |
| int | $target_thread_id = 0 |
Definition at line 25 of file class.ilForumPostsTree.php.
| ilForumPostsTree::__construct | ( | ) |
Definition at line 36 of file class.ilForumPostsTree.php.
References $DIC.
| ilForumPostsTree::getDepth | ( | ) |
Definition at line 47 of file class.ilForumPostsTree.php.
References $depth.
Referenced by merge().
Here is the caller graph for this function:| ilForumPostsTree::getLft | ( | ) |
Definition at line 57 of file class.ilForumPostsTree.php.
References $lft.
Referenced by merge().
Here is the caller graph for this function:| ilForumPostsTree::getParentPos | ( | ) |
Definition at line 67 of file class.ilForumPostsTree.php.
References $parent_pos.
Referenced by merge().
Here is the caller graph for this function:| ilForumPostsTree::getPosFk | ( | ) |
Definition at line 77 of file class.ilForumPostsTree.php.
References $pos_fk.
Referenced by merge().
Here is the caller graph for this function:| ilForumPostsTree::getRgt | ( | ) |
Definition at line 87 of file class.ilForumPostsTree.php.
References $rgt.
Referenced by merge().
Here is the caller graph for this function:| ilForumPostsTree::getSourceThreadId | ( | ) |
Definition at line 97 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 107 of file class.ilForumPostsTree.php.
References $target_thread_id.
Referenced by merge().
Here is the caller graph for this function:| ilForumPostsTree::merge | ( | ) |
Definition at line 112 of file class.ilForumPostsTree.php.
References getDepth(), getLft(), getParentPos(), getPosFk(), getRgt(), getSourceThreadId(), and getTargetThreadId().
Here is the call graph for this function:| ilForumPostsTree::setDepth | ( | int | $depth | ) |
Definition at line 42 of file class.ilForumPostsTree.php.
References $depth.
| ilForumPostsTree::setLft | ( | int | $lft | ) |
Definition at line 52 of file class.ilForumPostsTree.php.
References $lft.
| ilForumPostsTree::setParentPos | ( | int | $parent_pos | ) |
Definition at line 62 of file class.ilForumPostsTree.php.
References $parent_pos.
| ilForumPostsTree::setPosFk | ( | int | $pos_fk | ) |
Definition at line 72 of file class.ilForumPostsTree.php.
References $pos_fk.
| ilForumPostsTree::setRgt | ( | int | $rgt | ) |
Definition at line 82 of file class.ilForumPostsTree.php.
References $rgt.
| ilForumPostsTree::setSourceThreadId | ( | int | $source_thread_id | ) |
Definition at line 92 of file class.ilForumPostsTree.php.
References $source_thread_id.
| ilForumPostsTree::setTargetThreadId | ( | int | $target_thread_id | ) |
Definition at line 102 of file class.ilForumPostsTree.php.
References $target_thread_id.
|
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 27 of file class.ilForumPostsTree.php.
|
private |
Definition at line 32 of file class.ilForumPostsTree.php.
Referenced by getDepth(), and setDepth().
|
private |
Definition at line 30 of file class.ilForumPostsTree.php.
|
private |
Definition at line 29 of file class.ilForumPostsTree.php.
Referenced by getParentPos(), and setParentPos().
|
private |
Definition at line 28 of file class.ilForumPostsTree.php.
Referenced by getPosFk(), and setPosFk().
|
private |
Definition at line 31 of file class.ilForumPostsTree.php.
Referenced by getRgt(), setRgt(), and updateTargetRootRgt().
|
private |
Definition at line 33 of file class.ilForumPostsTree.php.
Referenced by getSourceThreadId(), and setSourceThreadId().
|
private |
Definition at line 34 of file class.ilForumPostsTree.php.
Referenced by getTargetThreadId(), and setTargetThreadId().