ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 25 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 29 of file class.PlayerGUIRequest.php.

32 {
33 $this->initRequest(
34 $http,
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.

References ILIAS\UI\examples\Layout\Page\Standard\$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 44 of file class.PlayerGUIRequest.php.

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getTrackingRefId()

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

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

39 : int
40 {
41 return $this->int("mob_tracking_ref_id");
42 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

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