ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ContainerSkillFactory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
30{
31 public function skill(
32 int $skill_id,
33 int $tref_id,
34 int $cont_obj_id = 0,
35 string $title = "",
36 ?SkillProfile $profile = null
39 $skill_id,
40 $tref_id,
41 $cont_obj_id,
42 $title,
43 $profile
44 );
45 }
46
47 public function memberSkill(
48 int $cont_obj_id,
49 int $user_id,
50 int $skill_id,
51 int $tref_id,
52 int $level_id,
53 bool $published
56 $cont_obj_id,
58 $skill_id,
59 $tref_id,
60 $level_id,
61 $published
62 );
63 }
64}
skill(int $skill_id, int $tref_id, int $cont_obj_id=0, string $title="", ?SkillProfile $profile=null)
memberSkill(int $cont_obj_id, int $user_id, int $skill_id, int $tref_id, int $level_id, bool $published)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...