ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\MetaData\OERHarvester\Settings\Settings\Settings Class Reference
+ Collaboration diagram for ILIAS\MetaData\OERHarvester\Settings\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\MetaData\OERHarvester\Settings\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\MetaData\OERHarvester\Settings\Settings\Settings::getAutoplayMode ( )

Definition at line 68 of file Settings.php.

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

◆ getDefaultAccess()

ILIAS\MetaData\OERHarvester\Settings\Settings\Settings::getDefaultAccess ( )

Definition at line 53 of file Settings.php.

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

◆ getDownloadable()

ILIAS\MetaData\OERHarvester\Settings\Settings\Settings::getDownloadable ( )

Definition at line 48 of file Settings.php.

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

◆ getId()

ILIAS\MetaData\OERHarvester\Settings\Settings\Settings::getId ( )

Definition at line 38 of file Settings.php.

References $id.

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

◆ getNewItemsInLearningProgress()

ILIAS\MetaData\OERHarvester\Settings\Settings\Settings::getNewItemsInLearningProgress ( )

Definition at line 78 of file Settings.php.

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

◆ getNumberInitialVideos()

ILIAS\MetaData\OERHarvester\Settings\Settings\Settings::getNumberInitialVideos ( )

Definition at line 73 of file Settings.php.

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

◆ getPublicFiles()

ILIAS\MetaData\OERHarvester\Settings\Settings\Settings::getPublicFiles ( )

Definition at line 43 of file Settings.php.

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

◆ getSortMode()

ILIAS\MetaData\OERHarvester\Settings\Settings\Settings::getSortMode ( )

Definition at line 58 of file Settings.php.

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

◆ getViewMode()

ILIAS\MetaData\OERHarvester\Settings\Settings\Settings::getViewMode ( )

Definition at line 63 of file Settings.php.

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

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