ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
ILIAS\MediaCast\InternalDataService Class Reference
+ Collaboration diagram for ILIAS\MediaCast\InternalDataService:

Public Member Functions

 __construct ()
 
 settings (int $id, bool $public_files, bool $downloadable, int $default_access, int $sort_mode, string $view_mode, int $nr_initial_videos, bool $new_items_in_lp)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MediaCast\InternalDataService::__construct ( )

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

28 {
29 }

Member Function Documentation

◆ settings()

ILIAS\MediaCast\InternalDataService::settings ( int  $id,
bool  $public_files,
bool  $downloadable,
int  $default_access,
int  $sort_mode,
string  $view_mode,
int  $nr_initial_videos,
bool  $new_items_in_lp 
)

Definition at line 31 of file class.InternalDataService.php.

40 : Settings {
41 return new Settings(
42 $id,
43 $public_files,
44 $downloadable,
45 $default_access,
46 $sort_mode,
47 $view_mode,
48 $nr_initial_videos,
49 $new_items_in_lp
50 );
51 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

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