ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Wiki\Settings\Settings Class Reference
+ Collaboration diagram for ILIAS\Wiki\Settings\Settings:

Public Member Functions

 __construct (protected int $id, protected string $startpage, protected string $short_title, protected bool $rating_overall, protected bool $rating, protected bool $rating_as_block, protected bool $rating_for_new_pages, protected bool $rating_categories, protected bool $public_notes, protected string $introduction, protected bool $page_toc, protected bool $link_metadata_values, protected bool $empty_page_template)
 
 getId ()
 
 getStartPage ()
 
 getShortTitle ()
 
 getRatingOverall ()
 
 getRating ()
 
 getRatingAsBlock ()
 
 getRatingForNewPages ()
 
 getRatingCategories ()
 
 getPublicNotes ()
 
 getIntroduction ()
 
 getPageToc ()
 
 getLinkMetadataValues ()
 
 getEmptyPageTemplate ()
 

Detailed Description

Definition at line 23 of file Settings.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Wiki\Settings\Settings::__construct ( protected int  $id,
protected string  $startpage,
protected string  $short_title,
protected bool  $rating_overall,
protected bool  $rating,
protected bool  $rating_as_block,
protected bool  $rating_for_new_pages,
protected bool  $rating_categories,
protected bool  $public_notes,
protected string  $introduction,
protected bool  $page_toc,
protected bool  $link_metadata_values,
protected bool  $empty_page_template 
)

Definition at line 25 of file Settings.php.

39  {
40  }

Member Function Documentation

◆ getEmptyPageTemplate()

ILIAS\Wiki\Settings\Settings::getEmptyPageTemplate ( )

Definition at line 102 of file Settings.php.

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

102  : bool
103  {
104  return $this->empty_page_template;
105  }
+ Here is the caller graph for this function:

◆ getId()

ILIAS\Wiki\Settings\Settings::getId ( )

Definition at line 42 of file Settings.php.

References $id.

Referenced by ILIAS\Wiki\Settings\SettingsDBRepository\create(), ILIAS\Wiki\Settings\SettingsManager\getStartPageId(), ILIAS\Wiki\Settings\SettingsManager\update(), and ILIAS\Wiki\Settings\SettingsDBRepository\update().

42  : int
43  {
44  return $this->id;
45  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
+ Here is the caller graph for this function:

◆ getIntroduction()

ILIAS\Wiki\Settings\Settings::getIntroduction ( )

Definition at line 87 of file Settings.php.

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

87  : string
88  {
89  return $this->introduction;
90  }
+ Here is the caller graph for this function:

◆ getLinkMetadataValues()

ILIAS\Wiki\Settings\Settings::getLinkMetadataValues ( )

Definition at line 97 of file Settings.php.

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

97  : bool
98  {
99  return $this->link_metadata_values;
100  }
+ Here is the caller graph for this function:

◆ getPageToc()

ILIAS\Wiki\Settings\Settings::getPageToc ( )

Definition at line 92 of file Settings.php.

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

92  : bool
93  {
94  return $this->page_toc;
95  }
+ Here is the caller graph for this function:

◆ getPublicNotes()

ILIAS\Wiki\Settings\Settings::getPublicNotes ( )

Definition at line 82 of file Settings.php.

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

82  : bool
83  {
84  return $this->public_notes;
85  }
+ Here is the caller graph for this function:

◆ getRating()

ILIAS\Wiki\Settings\Settings::getRating ( )

Definition at line 62 of file Settings.php.

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

62  : bool
63  {
64  return $this->rating;
65  }
+ Here is the caller graph for this function:

◆ getRatingAsBlock()

ILIAS\Wiki\Settings\Settings::getRatingAsBlock ( )

Definition at line 67 of file Settings.php.

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

67  : bool
68  {
69  return $this->rating_as_block;
70  }
+ Here is the caller graph for this function:

◆ getRatingCategories()

ILIAS\Wiki\Settings\Settings::getRatingCategories ( )

Definition at line 77 of file Settings.php.

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

77  : bool
78  {
79  return $this->rating_categories;
80  }
+ Here is the caller graph for this function:

◆ getRatingForNewPages()

ILIAS\Wiki\Settings\Settings::getRatingForNewPages ( )

Definition at line 72 of file Settings.php.

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

72  : bool
73  {
74  return $this->rating_for_new_pages;
75  }
+ Here is the caller graph for this function:

◆ getRatingOverall()

ILIAS\Wiki\Settings\Settings::getRatingOverall ( )

Definition at line 57 of file Settings.php.

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

57  : bool
58  {
59  return $this->rating_overall;
60  }
+ Here is the caller graph for this function:

◆ getShortTitle()

ILIAS\Wiki\Settings\Settings::getShortTitle ( )

Definition at line 52 of file Settings.php.

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

52  : string
53  {
54  return $this->short_title;
55  }
+ Here is the caller graph for this function:

◆ getStartPage()

ILIAS\Wiki\Settings\Settings::getStartPage ( )

Definition at line 47 of file Settings.php.

Referenced by ILIAS\Wiki\Settings\SettingsDBRepository\create(), ILIAS\Wiki\Settings\SettingsManager\getStartPageId(), and ILIAS\Wiki\Settings\SettingsDBRepository\update().

47  : string
48  {
49  return $this->startpage;
50  }
+ Here is the caller graph for this function:

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