ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
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 () | |
Definition at line 23 of file Settings.php.
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.
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().