ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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, bool $autoplay_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,
bool  $autoplay_mode,
int  $nr_initial_videos,
bool  $new_items_in_lp 
)

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

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

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