ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilSkillRoot.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
27{
28 public function __construct(int $a_id = 0)
29 {
31 $this->setType("skrt");
32 }
33}
Skill root node.
__construct(int $a_id=0)
A node in the skill tree.
setType(string $a_type)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc