ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\MediaObjects\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\MediaObjects\StandardGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getSeconds ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MediaObjects\StandardGUIRequest::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery,
?array  $passed_query_params = null,
?array  $passed_post_data = null 
)

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

References ILIAS\Repository\initRequest().

34  {
35  $this->initRequest(
36  $http,
37  $refinery,
38  $passed_query_params,
39  $passed_post_data
40  );
41  }
$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

◆ getSeconds()

ILIAS\MediaObjects\StandardGUIRequest::getSeconds ( )

Definition at line 43 of file class.StandardGUIRequest.php.

References ILIAS\Repository\int().

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

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