44 public function delete()
46 $scat_id = $this->
getId();
47 $childs = $this->skill_tree->getChildsByTypeFilter(
49 [
"skll",
"scat",
"sktr"]
51 foreach ($childs as $node) {
52 switch ($node[
"type"]) {
81 $scat->setType($this->
getType());
An exception for terminatinating execution or to throw for unit testing.
copy()
Copy skill category.
__construct($a_id=0)
Constructor @access public.
read()
Read data from database.
Skill Template Reference.
A node in the skill tree.
getDescription()
Get description.
setType($a_type)
Set type.
getOrderNr()
Get order nr.
getSelfEvaluation()
Get self evaluation.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc