ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\UI\Component\Player\Player\PlayerGUIRequest Class Reference
+ Collaboration diagram for ILIAS\UI\Component\Player\Player\PlayerGUIRequest:

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

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

References ILIAS\Repository\initRequest().

32  {
33  $this->initRequest(
34  $http,
35  $refinery
36  );
37  }
$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.
+ Here is the call graph for this function:

Member Function Documentation

◆ getTrackingMobId()

ILIAS\UI\Component\Player\Player\PlayerGUIRequest::getTrackingMobId ( )

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

References ILIAS\Repository\int().

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

◆ getTrackingRefId()

ILIAS\UI\Component\Player\Player\PlayerGUIRequest::getTrackingRefId ( )

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

References ILIAS\Repository\int().

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

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