ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
class.PlayerGUIRequest.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
24 
26 {
27  use BaseGUIRequest;
28 
29  public function __construct(
32  ) {
33  $this->initRequest(
34  $http,
35  $refinery
36  );
37  }
38 
39  public function getTrackingRefId(): int
40  {
41  return $this->int("mob_tracking_ref_id");
42  }
43 
44  public function getTrackingMobId(): int
45  {
46  return $this->int("mob_tracking_mob_id");
47  }
48 }
Interface Observer Contains several chained tasks and infos about them.
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
$http
Definition: deliver.php:14
trait BaseGUIRequest
Base gui request wrapper.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.