ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\MediaCast\Settings\Settings Class Reference
+ Collaboration diagram for ILIAS\MediaCast\Settings\Settings:

Public Member Functions

 __construct (protected int $id, protected bool $public_files, protected bool $downloadable, protected int $default_access, protected int $sort_mode, protected string $view_mode, protected bool $autoplay_mode, protected int $nr_initial_videos, protected bool $new_items_in_lp)
 
 getId ()
 
 getPublicFiles ()
 
 getDownloadable ()
 
 getDefaultAccess ()
 
 getSortMode ()
 
 getViewMode ()
 
 getAutoplayMode ()
 
 getNumberInitialVideos ()
 
 getNewItemsInLearningProgress ()
 

Detailed Description

Definition at line 23 of file Settings.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MediaCast\Settings\Settings::__construct ( protected int  $id,
protected bool  $public_files,
protected bool  $downloadable,
protected int  $default_access,
protected int  $sort_mode,
protected string  $view_mode,
protected bool  $autoplay_mode,
protected int  $nr_initial_videos,
protected bool  $new_items_in_lp 
)

Definition at line 25 of file Settings.php.

35 {
36 }

Member Function Documentation

◆ getAutoplayMode()

ILIAS\MediaCast\Settings\Settings::getAutoplayMode ( )

Definition at line 68 of file Settings.php.

68 : bool
69 {
70 return $this->autoplay_mode;
71 }

Referenced by ILIAS\MediaCast\Settings\SettingsDBRepository\create(), and ILIAS\MediaCast\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getDefaultAccess()

ILIAS\MediaCast\Settings\Settings::getDefaultAccess ( )

Definition at line 53 of file Settings.php.

53 : int
54 {
55 return $this->default_access;
56 }

Referenced by ILIAS\MediaCast\Settings\SettingsDBRepository\create(), and ILIAS\MediaCast\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getDownloadable()

ILIAS\MediaCast\Settings\Settings::getDownloadable ( )

Definition at line 48 of file Settings.php.

48 : bool
49 {
50 return $this->downloadable;
51 }

Referenced by ILIAS\MediaCast\Settings\SettingsDBRepository\create(), and ILIAS\MediaCast\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getId()

ILIAS\MediaCast\Settings\Settings::getId ( )

Definition at line 38 of file Settings.php.

38 : int
39 {
40 return $this->id;
41 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

References $id.

Referenced by ILIAS\MediaCast\Settings\SettingsDBRepository\create(), and ILIAS\MediaCast\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getNewItemsInLearningProgress()

ILIAS\MediaCast\Settings\Settings::getNewItemsInLearningProgress ( )

Definition at line 78 of file Settings.php.

78 : bool
79 {
80 return $this->new_items_in_lp;
81 }

Referenced by ILIAS\MediaCast\Settings\SettingsDBRepository\create(), and ILIAS\MediaCast\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getNumberInitialVideos()

ILIAS\MediaCast\Settings\Settings::getNumberInitialVideos ( )

Definition at line 73 of file Settings.php.

73 : int
74 {
75 return $this->nr_initial_videos;
76 }

Referenced by ILIAS\MediaCast\Settings\SettingsDBRepository\create(), and ILIAS\MediaCast\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getPublicFiles()

ILIAS\MediaCast\Settings\Settings::getPublicFiles ( )

Definition at line 43 of file Settings.php.

43 : bool
44 {
45 return $this->public_files;
46 }

Referenced by ILIAS\MediaCast\Settings\SettingsDBRepository\create(), and ILIAS\MediaCast\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getSortMode()

ILIAS\MediaCast\Settings\Settings::getSortMode ( )

Definition at line 58 of file Settings.php.

58 : int
59 {
60 return $this->sort_mode;
61 }

Referenced by ILIAS\MediaCast\Settings\SettingsDBRepository\create(), and ILIAS\MediaCast\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getViewMode()

ILIAS\MediaCast\Settings\Settings::getViewMode ( )

Definition at line 63 of file Settings.php.

63 : string
64 {
65 return $this->view_mode;
66 }

Referenced by ILIAS\MediaCast\Settings\SettingsDBRepository\create(), and ILIAS\MediaCast\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

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