ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

35 {
36 $this->initRequest(
37 $http,
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.

References ILIAS\UI\examples\Layout\Page\Standard\$refinery, and ILIAS\Repository\initRequest().

+ 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.

69 : string
70 {
71 return $this->str("do");
72 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getLinkParentFolderId()

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

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

49 : int
50 {
51 return $this->int("link_par_fold_id");
52 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getLinkParentObjId()

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

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

54 : int
55 {
56 return $this->int("link_par_obj_id");
57 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getLinkParentRefId()

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

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

44 : int
45 {
46 return $this->int("link_par_ref_id");
47 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getLinkType()

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

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

59 : string
60 {
61 return $this->str("link_type");
62 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getMediaPoolFolder()

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

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

64 : int
65 {
66 return $this->int("mep_fold");
67 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getSelectedId()

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

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

74 : int
75 {
76 return $this->int("sel_id");
77 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getUserSearchStr()

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

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

79 : string
80 {
81 return $this->str("usr_search_str");
82 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

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