class SettingsPage extends Page

Pages for the GECKO registration process.

Properties

TranslationController $mod
protected $default_page from  Page

Methods

xelos_global_template|string|bool
get_page(mixed $subpage = false)

Standard Get Page Controller

from  Page
page_language(string $language, string $setDisabled = '1')

Page to set the disabled state to $setDisbaled for the specified $language

page_overview()

Set the auto translation of content to disabled(!). Auto translation is enabled, if no

Details

in Page at line 26
xelos_global_template|string|bool get_page(mixed $subpage = false)

Standard Get Page Controller

Parameters

mixed $subpage

Return Value

xelos_global_template|string|bool

at line 149
page_language(string $language, string $setDisabled = '1')

Page to set the disabled state to $setDisbaled for the specified $language

Parameters

string $language

The language locale (DE_DE, EN_GB, ...)

string $setDisabled

Should the translation be disabled?

at line 27
Template page_overview()

Set the auto translation of content to disabled(!). Auto translation is enabled, if no

Return Value

Template

Exceptions

ContentException