class WallPage extends Page

Properties

SystemActionlogController $mod
protected $default_page from  Page

Methods

string
getWebComponent($config = [])

Returns the WebComponent Tag HTML based on the base config and the passed config params

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

Standard Get Page Controller

from  Page
page_overview(mixed $action = false, bool $di = false, bool $return_ajax_response = false)

Page Overview

Details

at line 73
string getWebComponent($config = [])

Returns the WebComponent Tag HTML based on the base config and the passed config params

Parameters

$config

Return Value

string

Exceptions

Exception

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 37
Template page_overview(mixed $action = false, bool $di = false, bool $return_ajax_response = false)

Page Overview

Parameters

mixed $action
bool $di
bool $return_ajax_response

Return Value

Template

Exceptions

ContentException
Exception