ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\COPage\IntLink\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\COPage\IntLink\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

Deprecated:
10 This component will be removed with ILIAS 10

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

Constructor & Destructor Documentation

◆ __construct()

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

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

References ILIAS\Repository\initRequest().

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

◆ getDo()

ILIAS\COPage\IntLink\StandardGUIRequest::getDo ( )

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

References ILIAS\Repository\str().

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

◆ getLinkParentFolderId()

ILIAS\COPage\IntLink\StandardGUIRequest::getLinkParentFolderId ( )

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

References ILIAS\Repository\int().

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

◆ getLinkParentObjId()

ILIAS\COPage\IntLink\StandardGUIRequest::getLinkParentObjId ( )

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

References ILIAS\Repository\int().

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

◆ getLinkParentRefId()

ILIAS\COPage\IntLink\StandardGUIRequest::getLinkParentRefId ( )

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

References ILIAS\Repository\int().

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

◆ getLinkType()

ILIAS\COPage\IntLink\StandardGUIRequest::getLinkType ( )

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

References ILIAS\Repository\str().

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

◆ getMediaPoolFolder()

ILIAS\COPage\IntLink\StandardGUIRequest::getMediaPoolFolder ( )

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

References ILIAS\Repository\int().

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

◆ getSelectedId()

ILIAS\COPage\IntLink\StandardGUIRequest::getSelectedId ( )

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

References ILIAS\Repository\int().

74  : int
75  {
76  return $this->int("sel_id");
77  }
+ Here is the call graph for this function:

◆ getUserSearchStr()

ILIAS\COPage\IntLink\StandardGUIRequest::getUserSearchStr ( )

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

References ILIAS\Repository\str().

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

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