ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilSkillRoot.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
27 {
28  public function __construct(int $a_id = 0)
29  {
30  parent::__construct($a_id);
31  $this->setType("skrt");
32  }
33 }
__construct(int $a_id=0)
setType(string $a_type)
__construct(Container $dic, ilPlugin $plugin)
A node in the skill tree.
Skill root node.