| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Request wrapper for personal skills guis. More...
 Inheritance diagram for ILIAS\Skill\Service\SkillPersonalGUIRequest:
 Collaboration diagram for ILIAS\Skill\Service\SkillPersonalGUIRequest:Public Member Functions | |
| __construct (HTTP\Services $http, Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null) | |
| getNodeId () | |
| getProfileId () | |
| getSkillId () | |
| getSkillIds () | |
| getBasicSkillId () | |
| getTrefId () | |
| getLevelId () | |
| getWorkspaceIds () | |
| getListMode () | |
| getTypeOfFormation () | |
| getShowTargetLevel () | |
| getShowMaterialsResources () | |
| getTableAssignMaterialsAction () | |
| getTableAssignMaterialsLevelIds () | |
| getTableAssignMaterialsWorkspaceId () | |
  Public Member Functions inherited from ILIAS\Skill\Service\SkillGUIRequest | |
| __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 () | |
| getTableIds (string $key) | |
| getTableAction (string $key) | |
| getInterruptiveItemIds () | |
  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 personal skills guis.
This class processes all request parameters which are not handled by form classes already.
Definition at line 32 of file class.SkillPersonalGUIRequest.php.
| ILIAS\Skill\Service\SkillPersonalGUIRequest::__construct | ( | HTTP\Services | $http, | 
| Refinery\Factory | $refinery, | ||
| ?array | $passed_query_params = null,  | 
        ||
| ?array | $passed_post_data = null  | 
        ||
| ) | 
Definition at line 34 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\$passed_post_data, ILIAS\Skill\Service\SkillGUIRequest\$passed_query_params, and ILIAS\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getBasicSkillId | ( | ) | 
Definition at line 66 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getLevelId | ( | ) | 
Definition at line 76 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getListMode | ( | ) | 
Definition at line 89 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\str().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getNodeId | ( | ) | 
Definition at line 43 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getProfileId | ( | ) | 
Definition at line 48 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getShowMaterialsResources | ( | ) | 
Definition at line 104 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\bool().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getShowTargetLevel | ( | ) | 
Definition at line 99 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\bool().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getSkillId | ( | ) | 
Definition at line 53 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getSkillIds | ( | ) | 
Definition at line 61 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\getIds().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getTableAssignMaterialsAction | ( | ) | 
Definition at line 109 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\getTableAction().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getTableAssignMaterialsLevelIds | ( | ) | 
Definition at line 117 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\getTableIds().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getTableAssignMaterialsWorkspaceId | ( | ) | 
Definition at line 122 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getTrefId | ( | ) | 
Definition at line 71 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getTypeOfFormation | ( | ) | 
Definition at line 94 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\int().
 Here is the call graph for this function:| ILIAS\Skill\Service\SkillPersonalGUIRequest::getWorkspaceIds | ( | ) | 
Definition at line 84 of file class.SkillPersonalGUIRequest.php.
References ILIAS\Skill\Service\SkillGUIRequest\intArray().
 Here is the call graph for this function: