ILIAS  release_8 Revision v8.24
ILIAS\MediaObjects\Player\PlayerGUIRequest Class Reference
+ Collaboration diagram for ILIAS\MediaObjects\Player\PlayerGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
 
 getTrackingRefId ()
 
 getTrackingMobId ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MediaObjects\Player\PlayerGUIRequest::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery 
)

Definition at line 27 of file class.PlayerGUIRequest.php.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ getTrackingMobId()

ILIAS\MediaObjects\Player\PlayerGUIRequest::getTrackingMobId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getTrackingRefId()

ILIAS\MediaObjects\Player\PlayerGUIRequest::getTrackingRefId ( )

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

37 : int
38 {
39 return $this->int("mob_tracking_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: