ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
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 int $nr_initial_videos, protected bool $new_items_in_lp)
 
 getId ()
 
 getPublicFiles ()
 
 getDownloadable ()
 
 getDefaultAccess ()
 
 getSortMode ()
 
 getViewMode ()
 
 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 int  $nr_initial_videos,
protected bool  $new_items_in_lp 
)

Definition at line 25 of file Settings.php.

34 {
35 }

Member Function Documentation

◆ getDefaultAccess()

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

Definition at line 52 of file Settings.php.

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

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 47 of file Settings.php.

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

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 37 of file Settings.php.

37 : int
38 {
39 return $this->id;
40 }
$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 72 of file Settings.php.

72 : bool
73 {
74 return $this->new_items_in_lp;
75 }

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 67 of file Settings.php.

67 : int
68 {
69 return $this->nr_initial_videos;
70 }

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 42 of file Settings.php.

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

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 57 of file Settings.php.

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

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 62 of file Settings.php.

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

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: