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

30 {
31 $this->initRequest(
32 $http,
34 );
35 }
Refinery Factory $refinery
$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\Repository\$refinery, and ILIAS\Repository\initRequest().

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

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getItemRefId()

ILIAS\Repository\StandardGUIRequest::getItemRefId ( )

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

42 : int
43 {
44 return $this->int("item_ref_id");
45 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getItemRefIds()

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

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

48 : array
49 {
50 return $this->intArray("item_ref_ids");
51 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getNewType()

ILIAS\Repository\StandardGUIRequest::getNewType ( )

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

53 : string
54 {
55 return $this->str("new_type");
56 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Repository\StandardGUIRequest::getRefId ( )

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

37 : int
38 {
39 return $this->int("ref_id");
40 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

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