ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (HTTP\Services $http, Refinery\Factory $refinery, ?array $query_params=null, ?array $post_data=null) | |
request () | |
Get request wrappers. More... | |
contProfileTableBuilder (SkillInternalManagerService $manager_service, \ILIAS\Skill\Service\SkillProfileService $profile_service, \ilSkillManagementSettings $skmg_settings, int $cont_ref_id, int $cont_member_role_id, object $parent_gui, string $parent_cmd) | |
contSkillTableBuilder (SkillInternalManagerService $manager_service, ContainerSkillManager $cont_skill_manager, int $container_obj_id, int $container_ref_id, object $parent_gui, string $parent_cmd) | |
contSkillMemberTableBuilder (SkillInternalManagerService $manager_service, ContainerSkillManager $cont_skill_manager, \ilContainer $container, object $parent_gui, string $parent_cmd) | |
Protected Attributes | |
HTTP Services | $http |
Refinery Factory | $refinery |
SkillContainerGUIRequest | $request |
Definition at line 29 of file class.SkillInternalGUIService.php.
ILIAS\Container\Skills\SkillInternalGUIService::__construct | ( | HTTP\Services | $http, |
Refinery\Factory | $refinery, | ||
?array | $query_params = null , |
||
?array | $post_data = null |
||
) |
Definition at line 35 of file class.SkillInternalGUIService.php.
References $DIC, ILIAS\Container\Skills\SkillInternalGUIService\$http, ILIAS\Container\Skills\SkillInternalGUIService\$refinery, ILIAS\FileDelivery\http(), ILIAS\Repository\refinery(), and ILIAS\Container\Skills\SkillInternalGUIService\request().
ILIAS\Container\Skills\SkillInternalGUIService::contProfileTableBuilder | ( | SkillInternalManagerService | $manager_service, |
\ILIAS\Skill\Service\SkillProfileService | $profile_service, | ||
\ilSkillManagementSettings | $skmg_settings, | ||
int | $cont_ref_id, | ||
int | $cont_member_role_id, | ||
object | $parent_gui, | ||
string | $parent_cmd | ||
) |
Definition at line 64 of file class.SkillInternalGUIService.php.
ILIAS\Container\Skills\SkillInternalGUIService::contSkillMemberTableBuilder | ( | SkillInternalManagerService | $manager_service, |
ContainerSkillManager | $cont_skill_manager, | ||
\ilContainer | $container, | ||
object | $parent_gui, | ||
string | $parent_cmd | ||
) |
Definition at line 102 of file class.SkillInternalGUIService.php.
ILIAS\Container\Skills\SkillInternalGUIService::contSkillTableBuilder | ( | SkillInternalManagerService | $manager_service, |
ContainerSkillManager | $cont_skill_manager, | ||
int | $container_obj_id, | ||
int | $container_ref_id, | ||
object | $parent_gui, | ||
string | $parent_cmd | ||
) |
Definition at line 84 of file class.SkillInternalGUIService.php.
ILIAS\Container\Skills\SkillInternalGUIService::request | ( | ) |
Get request wrappers.
If dummy data is provided the usual http wrapper will not be used.
Definition at line 59 of file class.SkillInternalGUIService.php.
References ILIAS\Container\Skills\SkillInternalGUIService\$request.
Referenced by ILIAS\Container\Skills\SkillInternalGUIService\__construct().
Definition at line 31 of file class.SkillInternalGUIService.php.
Referenced by ILIAS\Container\Skills\SkillInternalGUIService\__construct().
Definition at line 32 of file class.SkillInternalGUIService.php.
Referenced by ILIAS\Container\Skills\SkillInternalGUIService\__construct().
|
protected |
Definition at line 33 of file class.SkillInternalGUIService.php.
Referenced by ILIAS\Container\Skills\SkillInternalGUIService\request().