ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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.

References ILIAS\Repository\initRequest().

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

◆ getTrackingMobId()

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

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

References ILIAS\Repository\int().

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

◆ getTrackingRefId()

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

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

References ILIAS\Repository\int().

37  : int
38  {
39  return $this->int("mob_tracking_ref_id");
40  }
+ Here is the call graph for this function:

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