ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
trait.BaseGUIRequest.php File Reference

Go to the source code of this file.

Namespaces

 ILIAS\Repository
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
 

Functions

 ILIAS\Repository::initRequest (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...
 
 ILIAS\Repository::int (string $key)
 
 ILIAS\Repository::intArray (string $key)
 
 ILIAS\Repository::strip (string $input)
 
 ILIAS\Repository::str (string $key)
 
 ILIAS\Repository::strArray (string $key)
 
 ILIAS\Repository::arrayArray (string $key)
 
 ILIAS\Repository::isArray (string $key)
 Check if parameter is an array. More...
 
 ILIAS\Repository::raw (string $key)
 
 ILIAS\Repository::get (string $key, Refinery\Transformation $t)
 Get passed parameter, if not data passed, get key from http request. More...