19 declare(strict_types=1);
42 $skill->setType($this->
getType());
47 if (
sizeof($levels)) {
48 foreach ($levels as $item) {
49 $skill->addLevel($item[
"title"], $item[
"description"]);
57 public function delete():
void 62 "DELETE FROM skl_templ_ref WHERE " 63 .
" templ_id = " .
$ilDB->quote($this->getId(),
"integer")
getLevelData(int $a_id=0)
__construct(Container $dic, ilPlugin $plugin)
copy()
Copy basic skill template.