ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilTaxonomyTree.php
Go to the documentation of this file.
1
<?php
2
23
class
ilTaxonomyTree
extends
ilTree
24
{
25
public
function
__construct
(
int
$a_id)
26
{
27
parent::__construct
($a_id);
28
$this->
setTreeTablePK
(
"tax_tree_id"
);
29
$this->
setTableNames
(
'tax_tree'
,
'tax_node'
);
30
}
31
}
ilTree
ilTaxonomyTree\__construct
__construct(int $a_id)
Definition:
class.ilTaxonomyTree.php:25
ilTree\setTreeTablePK
setTreeTablePK(string $a_column_name)
set column containing primary key in tree table
Definition:
class.ilTree.php:375
ilTaxonomyTree
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilTaxonomyTree.php:23
ilTree\setTableNames
setTableNames(string $a_table_tree, string $a_table_obj_data, string $a_table_obj_reference="")
set table names The primary key of the table containing your object_data must be 'obj_id' You may use...
Definition:
class.ilTree.php:343
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
Services
Taxonomy
classes
class.ilTaxonomyTree.php
Generated on Sun Aug 31 2025 22:02:36 for ILIAS by
1.8.13 (using
Doxyfile
)