ILIAS  release_8 Revision v8.24
class.ilSCORM2004Tree.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
27{
28 public function __construct(int $a_id)
29 {
31 $this->setTableNames('sahs_sc13_tree', 'sahs_sc13_tree_node');
32 $this->setTreeTablePK("slm_id");
33 }
34}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTreeTablePK(string $a_column_name)
set column containing primary key in tree table
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...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc