ILIAS  release_8 Revision v8.23
ILIAS\MediaCast\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\MediaCast\StandardGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getRefId ()
 
 getUserId ()
 
 getItemId ()
 
 getPurpose ()
 
 getPresentation ()
 
 getEvent ()
 
 getPlayer ()
 
 getMobId ()
 
 getAutoplay ()
 
 getItemIds ()
 
 getTargetPurpose ()
 
 getTargetFormat ()
 
 getSeconds ()
 
 getSettingsPurpose (string $purpose)
 
 getDefaultAccess ()
 
 getMimeTypes ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MediaCast\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

◆ getAutoplay()

ILIAS\MediaCast\StandardGUIRequest::getAutoplay ( )

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

References ILIAS\Repository\int().

81  : bool
82  {
83  return (bool) $this->int("autoplay");
84  }
+ Here is the call graph for this function:

◆ getDefaultAccess()

ILIAS\MediaCast\StandardGUIRequest::getDefaultAccess ( )

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

References ILIAS\Repository\str().

112  : string
113  {
114  return $this->str("defaultaccess");
115  }
+ Here is the call graph for this function:

◆ getEvent()

ILIAS\MediaCast\StandardGUIRequest::getEvent ( )

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

References ILIAS\Repository\str().

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

◆ getItemId()

ILIAS\MediaCast\StandardGUIRequest::getItemId ( )

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

References ILIAS\Repository\int().

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

◆ getItemIds()

ILIAS\MediaCast\StandardGUIRequest::getItemIds ( )
Returns
int[]

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

References ILIAS\Repository\intArray().

87  : array
88  {
89  return $this->intArray("item_id");
90  }
+ Here is the call graph for this function:

◆ getMimeTypes()

ILIAS\MediaCast\StandardGUIRequest::getMimeTypes ( )

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

References ILIAS\Repository\str().

117  : string
118  {
119  return $this->str("mimetypes");
120  }
+ Here is the call graph for this function:

◆ getMobId()

ILIAS\MediaCast\StandardGUIRequest::getMobId ( )

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

References ILIAS\Repository\int().

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

◆ getPlayer()

ILIAS\MediaCast\StandardGUIRequest::getPlayer ( )

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

References ILIAS\Repository\str().

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

◆ getPresentation()

ILIAS\MediaCast\StandardGUIRequest::getPresentation ( )

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

References ILIAS\Repository\int().

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

◆ getPurpose()

ILIAS\MediaCast\StandardGUIRequest::getPurpose ( )

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

References ILIAS\Repository\str().

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

◆ getRefId()

ILIAS\MediaCast\StandardGUIRequest::getRefId ( )

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

References ILIAS\Repository\int().

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

◆ getSeconds()

ILIAS\MediaCast\StandardGUIRequest::getSeconds ( )

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

References ILIAS\Repository\int().

102  : int
103  {
104  return $this->int("sec");
105  }
+ Here is the call graph for this function:

◆ getSettingsPurpose()

ILIAS\MediaCast\StandardGUIRequest::getSettingsPurpose ( string  $purpose)

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

References ILIAS\Repository\str().

107  : string
108  {
109  return $this->str($purpose);
110  }
+ Here is the call graph for this function:

◆ getTargetFormat()

ILIAS\MediaCast\StandardGUIRequest::getTargetFormat ( )

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

References ILIAS\Repository\str().

97  : string
98  {
99  return $this->str("target_format");
100  }
+ Here is the call graph for this function:

◆ getTargetPurpose()

ILIAS\MediaCast\StandardGUIRequest::getTargetPurpose ( )

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

References ILIAS\Repository\str().

92  : string
93  {
94  return $this->str("target_purpose");
95  }
+ Here is the call graph for this function:

◆ getUserId()

ILIAS\MediaCast\StandardGUIRequest::getUserId ( )

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

References ILIAS\Repository\int().

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

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