ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

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

References ILIAS\UI\examples\Layout\Page\Standard\$refinery, and ILIAS\Repository\initRequest().

+ 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.

42 : array
43 {
44 return $this->strArray("file");
45 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getLanguage()

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

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

47 : string
48 {
49 return $this->str("language");
50 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getSrtFiles()

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

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

37 : array
38 {
39 return $this->strArray("srt");
40 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

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