|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Repository\PluginSlot\PluginSlotGUIRequest:Public Member Functions | |
| __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery) | |
| getRefId () | |
| getBaseClass () | |
| getUserId () | |
| getForwardCmd () | |
Data Fields | |
| trait | BaseGUIRequest |
| Base gui request wrapper. More... | |
Definition at line 25 of file class.PluginSlotGUIRequest.php.
| ILIAS\Repository\PluginSlot\PluginSlotGUIRequest::__construct | ( | \ILIAS\HTTP\Services | $http, |
| \ILIAS\Refinery\Factory | $refinery | ||
| ) |
Definition at line 29 of file class.PluginSlotGUIRequest.php.
References ILIAS\Repository\$refinery, and ILIAS\Repository\initRequest().
Here is the call graph for this function:| ILIAS\Repository\PluginSlot\PluginSlotGUIRequest::getBaseClass | ( | ) |
Definition at line 44 of file class.PluginSlotGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Repository\PluginSlot\PluginSlotGUIRequest::getForwardCmd | ( | ) |
Definition at line 54 of file class.PluginSlotGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Repository\PluginSlot\PluginSlotGUIRequest::getRefId | ( | ) |
Definition at line 39 of file class.PluginSlotGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Repository\PluginSlot\PluginSlotGUIRequest::getUserId | ( | ) |
Definition at line 49 of file class.PluginSlotGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| trait ILIAS\Repository::BaseGUIRequest |
Base gui request wrapper.
This class processes all request parameters which are not handled by form classes already. POST overwrites GET with the same name. POST/GET parameters may be passed to the class for testing purposes.
Definition at line 33 of file trait.BaseGUIRequest.php.