ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Repository\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Repository\StandardGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
 
 getRefId ()
 
 getItemRefId ()
 
 getItemRefIds ()
 
 getNewType ()
 
 getBaseClass ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Repository\StandardGUIRequest::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery 
)

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

References ILIAS\Repository\initRequest().

30  {
31  $this->initRequest(
32  $http,
33  $refinery
34  );
35  }
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\Repository\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:

◆ getItemRefId()

ILIAS\Repository\StandardGUIRequest::getItemRefId ( )

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

References ILIAS\Repository\int().

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

◆ getItemRefIds()

ILIAS\Repository\StandardGUIRequest::getItemRefIds ( )
Returns
int []

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

References ILIAS\Repository\intArray().

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

◆ getNewType()

ILIAS\Repository\StandardGUIRequest::getNewType ( )

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

References ILIAS\Repository\str().

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

◆ getRefId()

ILIAS\Repository\StandardGUIRequest::getRefId ( )

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

References ILIAS\Repository\int().

37  : int
38  {
39  return $this->int("ref_id");
40  }
+ Here is the call graph for this function:

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