ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.SkillResourceFactory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Skill\Resource;
22
27{
28 public function resource(
29 int $skill_id,
30 int $tref_id,
31 int $level_id,
32 int $repo_ref_id,
33 bool $imparting,
34 bool $trigger
35 ): SkillResource {
37 $skill_id,
38 $tref_id,
39 $level_id,
40 $repo_ref_id,
41 $imparting,
42 $trigger
43 );
44 }
45
46 public function resourceLevel(
47 int $skill_id,
48 int $tref_id,
49 int $level_id
52 $skill_id,
53 $tref_id,
54 $level_id
55 );
56 }
57}
resource(int $skill_id, int $tref_id, int $level_id, int $repo_ref_id, bool $imparting, bool $trigger)
resourceLevel(int $skill_id, int $tref_id, int $level_id)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...