ILIAS  release_8 Revision v8.23
ILIAS\Category\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Category\StandardGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getRefId ()
 
 getObjId ()
 
 getCmdClass ()
 
 getBaseClass ()
 
 getUserIds ()
 
 getIds ()
 
 getRoleIds ()
 
 getFetchAll ()
 
 getTerm ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Category\StandardGUIRequest::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery,
?array  $passed_query_params = null,
?array  $passed_post_data = null 
)

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

References ILIAS\Repository\$passed_post_data, ILIAS\Repository\$passed_query_params, and ILIAS\Repository\initRequest().

34  {
35  $this->initRequest(
36  $http,
37  $refinery,
40  );
41  }
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.
$http
Definition: raiseError.php:7
Refinery Factory $refinery
+ Here is the call graph for this function:

Member Function Documentation

◆ getBaseClass()

ILIAS\Category\StandardGUIRequest::getBaseClass ( )

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

References ILIAS\Repository\str().

58  : string
59  {
60  return $this->str("baseClass");
61  }
+ Here is the call graph for this function:

◆ getCmdClass()

ILIAS\Category\StandardGUIRequest::getCmdClass ( )

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

References ILIAS\Repository\str().

53  : string
54  {
55  return $this->str("cmdClass");
56  }
+ Here is the call graph for this function:

◆ getFetchAll()

ILIAS\Category\StandardGUIRequest::getFetchAll ( )

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

References ILIAS\Repository\int().

81  : int
82  {
83  return $this->int("fetchall");
84  }
+ Here is the call graph for this function:

◆ getIds()

ILIAS\Category\StandardGUIRequest::getIds ( )
Returns
int[]

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

References ILIAS\Repository\intArray().

70  : array
71  {
72  return $this->intArray("id");
73  }
+ Here is the call graph for this function:

◆ getObjId()

ILIAS\Category\StandardGUIRequest::getObjId ( )

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

References ILIAS\Repository\int().

48  : int
49  {
50  return $this->int("obj_id");
51  }
+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Category\StandardGUIRequest::getRefId ( )

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

References ILIAS\Repository\int().

43  : int
44  {
45  return $this->int("ref_id");
46  }
+ Here is the call graph for this function:

◆ getRoleIds()

ILIAS\Category\StandardGUIRequest::getRoleIds ( )
Returns
int[]

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

References ILIAS\Repository\intArray().

76  : array
77  {
78  return $this->intArray("role_ids");
79  }
+ Here is the call graph for this function:

◆ getTerm()

ILIAS\Category\StandardGUIRequest::getTerm ( )

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

References ILIAS\Repository\str().

86  : string
87  {
88  return $this->str("term");
89  }
+ Here is the call graph for this function:

◆ getUserIds()

ILIAS\Category\StandardGUIRequest::getUserIds ( )
Returns
int[]

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

References ILIAS\Repository\intArray().

64  : array
65  {
66  return $this->intArray("user_ids");
67  }
+ Here is the call graph for this function:

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