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

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getRefId ()
 
 getTargetId ()
 
 getCreationMode ()
 
 getNewType ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

34  {
35  $this->initRequest(
36  $http,
37  $refinery,
38  $passed_query_params,
39  $passed_post_data
40  );
41  }
$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

◆ getCreationMode()

ILIAS\ContainerReference\StandardGUIRequest::getCreationMode ( )

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

References ILIAS\Repository\int().

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

◆ getNewType()

ILIAS\ContainerReference\StandardGUIRequest::getNewType ( )

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

References ILIAS\Repository\str().

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

◆ getRefId()

ILIAS\ContainerReference\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:

◆ getTargetId()

ILIAS\ContainerReference\StandardGUIRequest::getTargetId ( )

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

References ILIAS\Repository\int().

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

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