class PageSettings (View source)

Page-related settings

Methods

__construct(UserPreferences $userPreferences)

No description

void
init(string $formGroupName, string|null $elemId = null)

No description

string
getHTML()

Get HTML output

string
getErrorHTML()

Get error HTML output

Details

__construct(UserPreferences $userPreferences)

No description

Parameters

UserPreferences $userPreferences

void init(string $formGroupName, string|null $elemId = null)

No description

Parameters

string $formGroupName

The name of config form group to display

string|null $elemId

Id of the div containing settings

Return Value

void

string getHTML()

Get HTML output

Return Value

string

string getErrorHTML()

Get error HTML output

Return Value

string