ILIAS  release_8 Revision v8.24
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.

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

References ILIAS\Repository\$passed_post_data, ILIAS\Repository\$passed_query_params, ILIAS\Repository\$refinery, and ILIAS\Repository\initRequest().

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

81 : bool
82 {
83 return (bool) $this->int("autoplay");
84 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getDefaultAccess()

ILIAS\MediaCast\StandardGUIRequest::getDefaultAccess ( )

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

112 : string
113 {
114 return $this->str("defaultaccess");
115 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getEvent()

ILIAS\MediaCast\StandardGUIRequest::getEvent ( )

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

66 : string
67 {
68 return $this->str("event");
69 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getItemId()

ILIAS\MediaCast\StandardGUIRequest::getItemId ( )

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

51 : int
52 {
53 return $this->int("item_id");
54 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getItemIds()

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

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

87 : array
88 {
89 return $this->intArray("item_id");
90 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getMimeTypes()

ILIAS\MediaCast\StandardGUIRequest::getMimeTypes ( )

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

117 : string
118 {
119 return $this->str("mimetypes");
120 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getMobId()

ILIAS\MediaCast\StandardGUIRequest::getMobId ( )

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

76 : int
77 {
78 return $this->int("mob_id");
79 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getPlayer()

ILIAS\MediaCast\StandardGUIRequest::getPlayer ( )

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

71 : string
72 {
73 return $this->str("player");
74 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getPresentation()

ILIAS\MediaCast\StandardGUIRequest::getPresentation ( )

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

61 : bool
62 {
63 return (bool) $this->int("presentation");
64 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getPurpose()

ILIAS\MediaCast\StandardGUIRequest::getPurpose ( )

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

56 : string
57 {
58 return $this->str("purpose");
59 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getRefId()

ILIAS\MediaCast\StandardGUIRequest::getRefId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getSeconds()

ILIAS\MediaCast\StandardGUIRequest::getSeconds ( )

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

102 : int
103 {
104 return $this->int("sec");
105 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getSettingsPurpose()

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

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

107 : string
108 {
109 return $this->str($purpose);
110 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getTargetFormat()

ILIAS\MediaCast\StandardGUIRequest::getTargetFormat ( )

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

97 : string
98 {
99 return $this->str("target_format");
100 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getTargetPurpose()

ILIAS\MediaCast\StandardGUIRequest::getTargetPurpose ( )

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

92 : string
93 {
94 return $this->str("target_purpose");
95 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getUserId()

ILIAS\MediaCast\StandardGUIRequest::getUserId ( )

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

46 : int
47 {
48 return $this->int("user_id");
49 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

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