ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null) | |
getExpressionKey () | |
getValue () | |
getModalSignalId () | |
Data Fields | |
trait | BaseGUIRequest |
Base gui request wrapper. More... | |
Definition at line 23 of file class.StandardGUIRequest.php.
ILIAS\Like\StandardGUIRequest::__construct | ( | \ILIAS\HTTP\Services | $http, |
\ILIAS\Refinery\Factory | $refinery, | ||
?array | $passed_query_params = null , |
||
?array | $passed_post_data = null |
||
) |
Definition at line 27 of file class.StandardGUIRequest.php.
References ILIAS\UI\examples\Layout\Page\Standard\$refinery, and ILIAS\Repository\initRequest().
ILIAS\Like\StandardGUIRequest::getExpressionKey | ( | ) |
Definition at line 41 of file class.StandardGUIRequest.php.
References ILIAS\Repository\int().
ILIAS\Like\StandardGUIRequest::getModalSignalId | ( | ) |
Definition at line 51 of file class.StandardGUIRequest.php.
References ILIAS\Repository\str().
ILIAS\Like\StandardGUIRequest::getValue | ( | ) |
Definition at line 46 of file class.StandardGUIRequest.php.
References ILIAS\Repository\int().
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.