ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilDBUpdate4950. More...
Static Public Member Functions | |
static | renumberBookmarkTree () |
Wrapper for renumber. More... | |
Static Private Member Functions | |
static | __renumber ($node_id=1, $i=1) |
This method is private. More... | |
static | getChildIds ($a_node) |
Get node child ids @global type $ilDB. More... | |
Static Private Attributes | |
static | $table_tree |
static | $tree_id |
static | $gap |
Class ilDBUpdate4950.
Definition at line 7 of file class.ilDBUpdate4963.php.
|
staticprivate |
This method is private.
Always call ilTree->renumber() since it locks the tree table renumber left/right values and close the gaps in numbers (recursive) @access private
integer | node_id where to start (usually the root node) |
integer | first left value of start node (usually 1) |
Definition at line 48 of file class.ilDBUpdate4963.php.
References $i, $ilDB, $query, $res, __renumber(), and getChildIds().
Referenced by __renumber(), and renumberBookmarkTree().
|
staticprivate |
Get node child ids @global type $ilDB.
type | $a_node |
Definition at line 87 of file class.ilDBUpdate4963.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by __renumber().
|
static |
Wrapper for renumber.
This method locks the table tree (recursive) @access public
integer | node_id where to start (usually the root node) |
integer | first left value of start node (usually 1) |
Definition at line 21 of file class.ilDBUpdate4963.php.
References $ilDB, $query, $res, $row, __renumber(), and ilDBConstants\FETCHMODE_OBJECT.
|
staticprivate |
Definition at line 11 of file class.ilDBUpdate4963.php.
|
staticprivate |
Definition at line 9 of file class.ilDBUpdate4963.php.
|
staticprivate |
Definition at line 10 of file class.ilDBUpdate4963.php.