ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.PersonalSkillFactory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Skill\Personal;
22
28{
29 public function selectedUserSkill(
30 int $skill_node_id,
31 string $title
34 $skill_node_id,
35 $title
36 );
37 }
38
39 public function assignedMaterial(
40 int $user_id,
41 int $top_skill_id,
42 int $skill_id,
43 int $level_id,
44 int $wsp_id,
45 int $tref_id
49 $top_skill_id,
50 $skill_id,
51 $level_id,
52 $wsp_id,
53 $tref_id
54 );
55 }
56}
selectedUserSkill(int $skill_node_id, string $title)
assignedMaterial(int $user_id, int $top_skill_id, int $skill_id, int $level_id, int $wsp_id, int $tref_id)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...