ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Multilingualism\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Multilingualism\StandardGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getTitles ()
 
 getDescriptions ()
 
 getLanguages ()
 
 getCheck ()
 
 getDefault ()
 

Detailed Description

Definition at line 23 of file class.StandardGUIRequest.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Multilingualism\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\Repository\initRequest().

32  {
33  $this->initRequest(
34  $http,
35  $refinery,
36  $passed_query_params,
37  $passed_post_data
38  );
39  }
$http
Definition: deliver.php:30
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.
+ Here is the call graph for this function:

Member Function Documentation

◆ getCheck()

ILIAS\Multilingualism\StandardGUIRequest::getCheck ( )

Definition at line 56 of file class.StandardGUIRequest.php.

References ILIAS\Repository\strArray().

56  : array
57  {
58  return $this->strArray("check");
59  }
+ Here is the call graph for this function:

◆ getDefault()

ILIAS\Multilingualism\StandardGUIRequest::getDefault ( )

Definition at line 61 of file class.StandardGUIRequest.php.

References ILIAS\Repository\str().

61  : string
62  {
63  return $this->str("default");
64  }
+ Here is the call graph for this function:

◆ getDescriptions()

ILIAS\Multilingualism\StandardGUIRequest::getDescriptions ( )

Definition at line 46 of file class.StandardGUIRequest.php.

References ILIAS\Repository\strArray().

46  : array
47  {
48  return $this->strArray("desc");
49  }
+ Here is the call graph for this function:

◆ getLanguages()

ILIAS\Multilingualism\StandardGUIRequest::getLanguages ( )

Definition at line 51 of file class.StandardGUIRequest.php.

References ILIAS\Repository\strArray().

51  : array
52  {
53  return $this->strArray("lang");
54  }
+ Here is the call graph for this function:

◆ getTitles()

ILIAS\Multilingualism\StandardGUIRequest::getTitles ( )

Definition at line 41 of file class.StandardGUIRequest.php.

References ILIAS\Repository\strArray().

41  : array
42  {
43  return $this->strArray("title");
44  }
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: