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

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getLinkParentRefId ()
 
 getLinkParentFolderId ()
 
 getLinkParentObjId ()
 
 getLinkType ()
 
 getMediaPoolFolder ()
 
 getDo ()
 
 getSelectedId ()
 
 getUserSearchStr ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Data\Link\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\$passed_post_data, ILIAS\Repository\$passed_query_params, and ILIAS\Repository\initRequest().

32  {
33  $this->initRequest(
34  $http,
35  $refinery,
38  );
39  }
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

◆ getDo()

ILIAS\Data\Link\StandardGUIRequest::getDo ( )

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

References ILIAS\Repository\str().

66  : string
67  {
68  return $this->str("do");
69  }
+ Here is the call graph for this function:

◆ getLinkParentFolderId()

ILIAS\Data\Link\StandardGUIRequest::getLinkParentFolderId ( )

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

References ILIAS\Repository\int().

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

◆ getLinkParentObjId()

ILIAS\Data\Link\StandardGUIRequest::getLinkParentObjId ( )

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

References ILIAS\Repository\int().

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

◆ getLinkParentRefId()

ILIAS\Data\Link\StandardGUIRequest::getLinkParentRefId ( )

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

References ILIAS\Repository\int().

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

◆ getLinkType()

ILIAS\Data\Link\StandardGUIRequest::getLinkType ( )

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

References ILIAS\Repository\str().

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

◆ getMediaPoolFolder()

ILIAS\Data\Link\StandardGUIRequest::getMediaPoolFolder ( )

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

References ILIAS\Repository\int().

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

◆ getSelectedId()

ILIAS\Data\Link\StandardGUIRequest::getSelectedId ( )

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

References ILIAS\Repository\int().

71  : int
72  {
73  return $this->int("sel_id");
74  }
+ Here is the call graph for this function:

◆ getUserSearchStr()

ILIAS\Data\Link\StandardGUIRequest::getUserSearchStr ( )

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

References ILIAS\Repository\str().

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

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