|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilTaxonomyNode:Public Member Functions | |
| __construct ($a_id=0) | |
| Constructor @access public. More... | |
| setTitle (string $a_title) | |
| getTitle () | |
| setType (string $a_type) | |
| getType () | |
| setId (int $a_id) | |
| getId () | |
| setOrderNr (int $a_val) | |
| getOrderNr () | |
| setTaxonomyId (int $a_val) | |
| getTaxonomyId () | |
| read () | |
| create () | |
| update () | |
| delete () | |
| copy (int $a_tax_id=0) | |
Static Public Member Functions | |
| static | _lookupTitle (int $a_obj_id) |
| static | putInTree (int $a_tax_id, ilTaxonomyNode $a_node, int $a_parent_id=0, int $a_target_node_id=0, int $a_order_nr=0) |
| static | writeOrderNr (int $a_node_id, int $a_order_nr) |
| static | writeTitle (int $a_node_id, string $a_title) |
| Write title. More... | |
| static | getNextOrderNr (int $a_tax_id, int $a_parent_id) |
| Put this node into the taxonomy tree. More... | |
| static | fixOrderNumbers (int $a_tax_id, int $a_parent_id) |
Data Fields | |
| string | $type |
| int | $id |
| string | $title |
Static Protected Member Functions | |
| static | _lookup (int $a_obj_id, string $a_field) |
Protected Attributes | |
| ilDBInterface | $db |
| int | $order_nr = 0 |
| int | $taxonomy_id |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Taxonomy node
Definition at line 23 of file class.ilTaxonomyNode.php.
| ilTaxonomyNode::__construct | ( | $a_id = 0 | ) |
|
staticprotected |
Definition at line 180 of file class.ilTaxonomyNode.php.
References $DIC, $ilDB, and $query.
Referenced by _lookupTitle().
Here is the caller graph for this function:
|
static |
Definition at line 195 of file class.ilTaxonomyNode.php.
References _lookup().
Referenced by ilObjTaxonomyGUI\deleteItems(), and ilTaxSelectInputGUI\getTitleForNodeId().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTaxonomyNode::copy | ( | int | $a_tax_id = 0 | ) |
Definition at line 163 of file class.ilTaxonomyNode.php.
References getOrderNr(), getTaxonomyId(), getTitle(), and getType().
Here is the call graph for this function:| ilTaxonomyNode::create | ( | ) |
Definition at line 116 of file class.ilTaxonomyNode.php.
References $db, $id, $ilDB, $query, getOrderNr(), getTaxonomyId(), getTitle(), getType(), and setId().
Here is the call graph for this function:| ilTaxonomyNode::delete | ( | ) |
Definition at line 151 of file class.ilTaxonomyNode.php.
References $db, $ilDB, $query, ilTaxNodeAssignment\deleteAllAssignmentsOfNode(), and getId().
Here is the call graph for this function:
|
static |
Definition at line 285 of file class.ilTaxonomyNode.php.
References $c, and ilArrayUtil\sortArray().
Referenced by ilObjTaxonomyGUI\confirmedDelete(), ilObjTaxonomyGUI\pasteItems(), ilObjTaxonomyGUI\saveSorting(), and ilObjTaxonomyGUI\saveTaxNode().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTaxonomyNode::getId | ( | ) |
|
static |
Put this node into the taxonomy tree.
Definition at line 266 of file class.ilTaxonomyNode.php.
References $c, and ILIAS\Repository\int().
Referenced by ilObjTaxonomyGUI\saveTaxNode().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTaxonomyNode::getOrderNr | ( | ) |
| ilTaxonomyNode::getTaxonomyId | ( | ) |
Definition at line 95 of file class.ilTaxonomyNode.php.
References $taxonomy_id.
Referenced by copy(), and create().
Here is the caller graph for this function:| ilTaxonomyNode::getTitle | ( | ) |
| ilTaxonomyNode::getType | ( | ) |
Definition at line 65 of file class.ilTaxonomyNode.php.
References $type.
Referenced by copy(), and create().
Here is the caller graph for this function:
|
static |
Definition at line 200 of file class.ilTaxonomyNode.php.
Referenced by ilObjTaxonomy\cloneNodes(), ilTaxonomyDataSet\importRecord(), and ilObjTaxonomyGUI\saveTaxNode().
Here is the caller graph for this function:| ilTaxonomyNode::read | ( | ) |
Definition at line 100 of file class.ilTaxonomyNode.php.
References $db, $ilDB, $query, setOrderNr(), setTaxonomyId(), setTitle(), and setType().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTaxonomyNode::setId | ( | int | $a_id | ) |
Definition at line 70 of file class.ilTaxonomyNode.php.
Referenced by create().
Here is the caller graph for this function:| ilTaxonomyNode::setOrderNr | ( | int | $a_val | ) |
Definition at line 80 of file class.ilTaxonomyNode.php.
Referenced by read().
Here is the caller graph for this function:| ilTaxonomyNode::setTaxonomyId | ( | int | $a_val | ) |
Definition at line 90 of file class.ilTaxonomyNode.php.
Referenced by read().
Here is the caller graph for this function:| ilTaxonomyNode::setTitle | ( | string | $a_title | ) |
Definition at line 50 of file class.ilTaxonomyNode.php.
Referenced by read().
Here is the caller graph for this function:| ilTaxonomyNode::setType | ( | string | $a_type | ) |
Definition at line 60 of file class.ilTaxonomyNode.php.
Referenced by __construct(), and read().
Here is the caller graph for this function:| ilTaxonomyNode::update | ( | ) |
Definition at line 139 of file class.ilTaxonomyNode.php.
References $db, $ilDB, $query, getId(), getOrderNr(), and getTitle().
Here is the call graph for this function:
|
static |
Definition at line 234 of file class.ilTaxonomyNode.php.
Referenced by ilObjTaxonomyGUI\saveSorting().
Here is the caller graph for this function:
|
static |
Write title.
Definition at line 250 of file class.ilTaxonomyNode.php.
Referenced by ilObjTaxonomyGUI\saveSorting().
Here is the caller graph for this function:
|
protected |
| int ilTaxonomyNode::$id |
Definition at line 27 of file class.ilTaxonomyNode.php.
|
protected |
Definition at line 29 of file class.ilTaxonomyNode.php.
Referenced by getOrderNr().
|
protected |
Definition at line 30 of file class.ilTaxonomyNode.php.
Referenced by getTaxonomyId().
| string ilTaxonomyNode::$title |
Definition at line 28 of file class.ilTaxonomyNode.php.
Referenced by getTitle().
| string ilTaxonomyNode::$type |
Definition at line 26 of file class.ilTaxonomyNode.php.
Referenced by getType().