ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 $profile_picture, protected string $bg_color, protected string $font_color, protected bool $rss_active, protected bool $approval, protected bool $abs_shorten, protected int $abs_shorten_len, protected bool $abs_image, protected int $abs_img_width, protected int $abs_img_height, protected bool $keywords, protected bool $authors, protected int $nav_mode, protected int $nav_list_mon_with_post, protected int $nav_list_mon, protected int $ov_post, protected array $nav_order)
 
 getId ()
 
 withId (int $id)
 
 getProfilePicture ()
 
 getBackgroundColor ()
 
 getFontColor ()
 
 getRSS ()
 
 getApproval ()
 
 getAbstractShorten ()
 
 getAbstractShortenLength ()
 
 getAbstractImage ()
 
 getAbstractImageWidth ()
 
 getAbstractImageHeight ()
 
 getKeywords ()
 
 getAuthors ()
 
 getNavMode ()
 
 getNavModeListMonthsWithPostings ()
 
 getNavModeListMonths ()
 
 getOverviewPostings ()
 
 getOrder ()
 

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  $profile_picture,
protected string  $bg_color,
protected string  $font_color,
protected bool  $rss_active,
protected bool  $approval,
protected bool  $abs_shorten,
protected int  $abs_shorten_len,
protected bool  $abs_image,
protected int  $abs_img_width,
protected int  $abs_img_height,
protected bool  $keywords,
protected bool  $authors,
protected int  $nav_mode,
protected int  $nav_list_mon_with_post,
protected int  $nav_list_mon,
protected int  $ov_post,
protected array  $nav_order 
)

Definition at line 25 of file Settings.php.

44  {
45  }

Member Function Documentation

◆ getAbstractImage()

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

Definition at line 94 of file Settings.php.

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

94  : bool
95  {
96  return $this->abs_image;
97  }
+ Here is the caller graph for this function:

◆ getAbstractImageHeight()

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

Definition at line 104 of file Settings.php.

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

104  : int
105  {
106  return $this->abs_img_height;
107  }
+ Here is the caller graph for this function:

◆ getAbstractImageWidth()

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

Definition at line 99 of file Settings.php.

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

99  : int
100  {
101  return $this->abs_img_width;
102  }
+ Here is the caller graph for this function:

◆ getAbstractShorten()

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

Definition at line 84 of file Settings.php.

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

84  : bool
85  {
86  return $this->abs_shorten;
87  }
+ Here is the caller graph for this function:

◆ getAbstractShortenLength()

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

Definition at line 89 of file Settings.php.

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

89  : int
90  {
91  return $this->abs_shorten_len;
92  }
+ Here is the caller graph for this function:

◆ getApproval()

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

Definition at line 79 of file Settings.php.

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

79  : bool
80  {
81  return $this->approval;
82  }
+ Here is the caller graph for this function:

◆ getAuthors()

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

Definition at line 114 of file Settings.php.

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

114  : bool
115  {
116  return $this->authors;
117  }
+ Here is the caller graph for this function:

◆ getBackgroundColor()

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

Definition at line 64 of file Settings.php.

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

64  : string
65  {
66  return $this->bg_color;
67  }
+ Here is the caller graph for this function:

◆ getFontColor()

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

Definition at line 69 of file Settings.php.

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

69  : string
70  {
71  return $this->font_color;
72  }
+ Here is the caller graph for this function:

◆ getId()

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

Definition at line 47 of file Settings.php.

References $id.

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

47  : int
48  {
49  return $this->id;
50  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
+ Here is the caller graph for this function:

◆ getKeywords()

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

Definition at line 109 of file Settings.php.

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

109  : bool
110  {
111  return $this->keywords;
112  }
+ Here is the caller graph for this function:

◆ getNavMode()

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

Definition at line 119 of file Settings.php.

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

119  : int
120  {
121  return $this->nav_mode;
122  }
+ Here is the caller graph for this function:

◆ getNavModeListMonths()

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

Definition at line 129 of file Settings.php.

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

129  : int
130  {
131  return $this->nav_list_mon;
132  }
+ Here is the caller graph for this function:

◆ getNavModeListMonthsWithPostings()

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

Definition at line 124 of file Settings.php.

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

124  : int
125  {
126  return $this->nav_list_mon_with_post;
127  }
+ Here is the caller graph for this function:

◆ getOrder()

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

◆ getOverviewPostings()

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

Definition at line 134 of file Settings.php.

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

134  : int
135  {
136  return $this->ov_post;
137  }
+ Here is the caller graph for this function:

◆ getProfilePicture()

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

Definition at line 59 of file Settings.php.

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

59  : bool
60  {
61  return $this->profile_picture;
62  }
+ Here is the caller graph for this function:

◆ getRSS()

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

Definition at line 74 of file Settings.php.

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

74  : bool
75  {
76  return $this->rss_active;
77  }
+ Here is the caller graph for this function:

◆ withId()

ILIAS\MetaData\OERHarvester\Settings\Settings\Settings::withId ( int  $id)

Definition at line 52 of file Settings.php.

References $id.

52  : self
53  {
54  $clone = clone $this;
55  $clone->id = $id;
56  return $clone;
57  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

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