ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

102 : bool
103 {
104 return $this->empty_page_template;
105 }

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

+ Here is the caller graph for this function:

◆ getId()

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

Definition at line 42 of file Settings.php.

42 : int
43 {
44 return $this->id;
45 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

References $id.

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

+ Here is the caller graph for this function:

◆ getIntroduction()

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

Definition at line 87 of file Settings.php.

87 : string
88 {
89 return $this->introduction;
90 }

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

+ Here is the caller graph for this function:

◆ getLinkMetadataValues()

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

Definition at line 97 of file Settings.php.

97 : bool
98 {
99 return $this->link_metadata_values;
100 }

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

+ Here is the caller graph for this function:

◆ getPageToc()

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

Definition at line 92 of file Settings.php.

92 : bool
93 {
94 return $this->page_toc;
95 }

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

+ Here is the caller graph for this function:

◆ getPublicNotes()

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

Definition at line 82 of file Settings.php.

82 : bool
83 {
84 return $this->public_notes;
85 }

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

+ Here is the caller graph for this function:

◆ getRating()

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

Definition at line 62 of file Settings.php.

62 : bool
63 {
64 return $this->rating;
65 }

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

+ Here is the caller graph for this function:

◆ getRatingAsBlock()

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

Definition at line 67 of file Settings.php.

67 : bool
68 {
69 return $this->rating_as_block;
70 }

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

+ Here is the caller graph for this function:

◆ getRatingCategories()

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

Definition at line 77 of file Settings.php.

77 : bool
78 {
79 return $this->rating_categories;
80 }

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

+ Here is the caller graph for this function:

◆ getRatingForNewPages()

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

Definition at line 72 of file Settings.php.

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

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

+ Here is the caller graph for this function:

◆ getRatingOverall()

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

Definition at line 57 of file Settings.php.

57 : bool
58 {
59 return $this->rating_overall;
60 }

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

+ Here is the caller graph for this function:

◆ getShortTitle()

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

Definition at line 52 of file Settings.php.

52 : string
53 {
54 return $this->short_title;
55 }

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

+ Here is the caller graph for this function:

◆ getStartPage()

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

Definition at line 47 of file Settings.php.

47 : string
48 {
49 return $this->startpage;
50 }

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

+ Here is the caller graph for this function:

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