3 declare(strict_types=1);
43 $skill->setType($this->
getType());
48 if (
sizeof($levels)) {
49 foreach ($levels as $item) {
50 $skill->addLevel($item[
"title"], $item[
"description"]);
58 public function delete():
void 63 "DELETE FROM skl_templ_ref WHERE " 64 .
" templ_id = " .
$ilDB->quote($this->getId(),
"integer")
getLevelData(int $a_id=0)
copy()
Copy basic skill template.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...