ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MediaObjects\SubTitles\SubtitlesGUIRequest Class Reference
+ Collaboration diagram for ILIAS\MediaObjects\SubTitles\SubtitlesGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
 
 getSrtFiles ()
 
 getFiles ()
 
 getLanguage ()
 

Detailed Description

Definition at line 23 of file class.SubtitlesGUIRequest.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MediaObjects\SubTitles\SubtitlesGUIRequest::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery 
)

Definition at line 27 of file class.SubtitlesGUIRequest.php.

References ILIAS\Repository\initRequest().

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

◆ getFiles()

ILIAS\MediaObjects\SubTitles\SubtitlesGUIRequest::getFiles ( )

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

References ILIAS\Repository\strArray().

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

◆ getLanguage()

ILIAS\MediaObjects\SubTitles\SubtitlesGUIRequest::getLanguage ( )

Definition at line 47 of file class.SubtitlesGUIRequest.php.

References ILIAS\Repository\str().

47  : string
48  {
49  return $this->str("language");
50  }
+ Here is the call graph for this function:

◆ getSrtFiles()

ILIAS\MediaObjects\SubTitles\SubtitlesGUIRequest::getSrtFiles ( )

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

References ILIAS\Repository\strArray().

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

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