|
ILIAS
release_8 Revision v8.24
|
Request wrapper for guis in skill administration. More...
Inheritance diagram for ILIAS\Skill\Service\SkillAdminGUIRequest:
Collaboration diagram for ILIAS\Skill\Service\SkillAdminGUIRequest:Public Member Functions | |
| __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... | |
| getRefId () | |
| getNodeId () | |
| getRootId () | |
| getTrefId () | |
| getCombinedSkillId () | |
| getTemplateMode () | |
| getTemplatesTree () | |
| getBackCommand () | |
| getSkillExpand () | |
| getSkillProfileId () | |
| getLocalContext () | |
| getOrder () | |
| getLevelId () | |
| getLevelIds () | |
| getAssignedLevelIds () | |
| getResourceIds () | |
| getSuggested () | |
| getTrigger () | |
| getTitles () | |
| getNodeIds () | |
| getProfileIds () | |
| getUserLogin () | |
| getUsers () | |
| getUserIds () | |
| getSelectedIds (string $post_var) | |
| __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 | |
Protected Member Functions inherited from ILIAS\Skill\Service\SkillGUIRequest | |
| 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 () | |
Protected Attributes inherited from ILIAS\Skill\Service\SkillGUIRequest | |
| HTTP Services | $http |
| Refinery Factory | $refinery |
| array | $passed_query_params = null |
| array | $passed_post_data = null |
Request wrapper for guis in skill administration.
This class processes all request parameters which are not handled by form classes already.
Definition at line 30 of file class.SkillAdminGUIRequest.php.
| ILIAS\Skill\Service\SkillAdminGUIRequest::__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.
If none of these is provided the usual http service wrapper is used to determine the request data.
Reimplemented from ILIAS\Skill\Service\SkillGUIRequest.
Definition at line 32 of file class.SkillAdminGUIRequest.php.
References 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().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getAssignedLevelIds | ( | ) |
Definition at line 120 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\strArray().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getBackCommand | ( | ) |
Definition at line 76 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\str().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getCombinedSkillId | ( | ) |
Definition at line 61 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\str().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getLevelId | ( | ) |
Definition at line 104 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getLevelIds | ( | ) |
Definition at line 112 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\getIds().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getLocalContext | ( | ) |
Definition at line 91 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\bool().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getNodeId | ( | ) |
Definition at line 46 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
Referenced by ilSkillCategoryGUI\addCreationButtons(), and ilSkillTemplateCategoryGUI\addCreationButtons().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getNodeIds | ( | ) |
Definition at line 160 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\getIds().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getOrder | ( | ) |
Definition at line 99 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\intArray().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getProfileIds | ( | ) |
Definition at line 168 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\getIds().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getRefId | ( | ) |
Definition at line 41 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getResourceIds | ( | ) |
Definition at line 128 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\getIds().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getRootId | ( | ) |
Definition at line 51 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getSelectedIds | ( | string | $post_var | ) |
Definition at line 197 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\strArray().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getSkillExpand | ( | ) |
Definition at line 81 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\str().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getSkillProfileId | ( | ) |
Definition at line 86 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getSuggested | ( | ) |
Definition at line 136 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\boolArray().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getTemplateMode | ( | ) |
Definition at line 66 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\bool().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getTemplatesTree | ( | ) |
Definition at line 71 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getTitles | ( | ) |
Definition at line 152 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\strArray().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getTrefId | ( | ) |
Definition at line 56 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getTrigger | ( | ) |
Definition at line 144 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\boolArray().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getUserIds | ( | ) |
Definition at line 189 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\getIds().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getUserLogin | ( | ) |
Definition at line 173 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\str().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillAdminGUIRequest::getUsers | ( | ) |
Definition at line 181 of file class.SkillAdminGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\intArray().
Here is the call graph for this function: