ILIAS
release_8 Revision v8.23
|
Request wrapper for skill guis in container classes. More...
Public Member Functions | |
__construct (?array $passed_query_params=null, ?array $passed_post_data=null) | |
getUserId () | |
getUserIds () | |
getSelectedSkill () | |
getCombinedSkillIds () | |
getSelectedProfileId () | |
getProfileIds () | |
![]() | |
__construct (HTTP\Services $http, Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null) | |
Query params and post data parameters are used for testing. More... | |
Additional Inherited Members | |
![]() | |
int (string $key) | |
get integer parameter kindly More... | |
intArray (string $key) | |
get integer array kindly More... | |
str (string $key) | |
get string parameter kindly More... | |
strArray (string $key) | |
get string array kindly More... | |
bool (string $key) | |
get bool parameter kindly More... | |
boolArray (string $key) | |
get bool array kindly More... | |
isArray (string $key) | |
Check if parameter is an array. More... | |
get (string $key, Refinery\Transformation $t) | |
Get passed parameter, if not data passed, get key from http request. More... | |
getIds () | |
![]() | |
HTTP Services | $http |
Refinery Factory | $refinery |
array | $passed_query_params = null |
array | $passed_post_data = null |
Request wrapper for skill guis in container classes.
This class processes all request parameters which are not handled by form classes already.
Definition at line 27 of file class.ilSkillContainerGUIRequest.php.
ilSkillContainerGUIRequest::__construct | ( | ?array | $passed_query_params = null , |
?array | $passed_post_data = null |
||
) |
Definition at line 29 of file class.ilSkillContainerGUIRequest.php.
References $DIC, ILIAS\Skill\Service\SkillGUIRequest\$http, ILIAS\Skill\Service\SkillGUIRequest\$passed_post_data, ILIAS\Skill\Service\SkillGUIRequest\$passed_query_params, ILIAS\Skill\Service\SkillGUIRequest\$refinery, and ILIAS\GlobalScreen\Provider\__construct().
ilSkillContainerGUIRequest::getCombinedSkillIds | ( | ) |
Definition at line 56 of file class.ilSkillContainerGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\strArray().
ilSkillContainerGUIRequest::getProfileIds | ( | ) |
Definition at line 66 of file class.ilSkillContainerGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\getIds().
ilSkillContainerGUIRequest::getSelectedProfileId | ( | ) |
Definition at line 61 of file class.ilSkillContainerGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
ilSkillContainerGUIRequest::getSelectedSkill | ( | ) |
Definition at line 51 of file class.ilSkillContainerGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\str().
ilSkillContainerGUIRequest::getUserId | ( | ) |
Definition at line 41 of file class.ilSkillContainerGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
ilSkillContainerGUIRequest::getUserIds | ( | ) |
Definition at line 46 of file class.ilSkillContainerGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\intArray().