ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilObjSkillTree.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 class ilObjSkillTree extends ilObject
27 {
28  public function __construct(int $a_id = 0, bool $a_call_by_reference = true)
29  {
30  $this->type = "skee";
31  parent::__construct($a_id, $a_call_by_reference);
32  }
33 }
Skill tree object in skill management (repository object class)
__construct(int $a_id=0, bool $a_call_by_reference=true)
__construct(Container $dic, ilPlugin $plugin)