ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
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