ForumThemesPage
in package
Read onlyYes
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
- openPage() : void
- adjustForumSettings() : array<string|int, mixed>
- fetchSettingsByType() : mixed|string
- processForumAttributes() : array<string|int, mixed>
- renderForumSearch() : string
Properties
$htmlHeader
private
HtmlHeader
$htmlHeader
$initBase
private
InitBase
$initBase
Methods
__construct()
public
__construct(HtmlHeader $htmlHeader, InitBase $initBase) : mixed
Parameters
- $htmlHeader : HtmlHeader
- $initBase : InitBase
openPage()
public
openPage([string $type = 'forum' ]) : void
Parameters
- $type : string = 'forum'
adjustForumSettings()
private
adjustForumSettings(mixed $settings, mixed $saAtt) : array<string|int, mixed>
Parameters
- $settings : mixed
- $saAtt : mixed
Return values
array<string|int, mixed>fetchSettingsByType()
private
fetchSettingsByType(string $type) : mixed|string
Parameters
- $type : string
Return values
mixed|stringprocessForumAttributes()
private
processForumAttributes() : array<string|int, mixed>
Return values
array<string|int, mixed>renderForumSearch()
private
renderForumSearch(array<string|int, mixed> $getParas, array<string|int, mixed> $saCfgForum) : string
Parameters
- $getParas : array<string|int, mixed>
- $saCfgForum : array<string|int, mixed>