class SettingsPage extends Page

Class XELOS\Modules\Widgets\Page\SettingsPage

Properties

WidgetsController $mod
protected $default_page from  Page

Methods

string
cb_table_actions(int $widget_id)

Calback for table actions

getTable($categories, $category_ids)

No description

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

Standard Get Page Controller

from  Page
page_delete(int $widget_id = 0)

Page delete widget todo this should be handled with a_action=delete

Template|bool
page_edit(int $widget_id = 0)

Page edit widget

page_overview()

Page overview

Details

at line 66
string cb_table_actions(int $widget_id)

Calback for table actions

Parameters

int $widget_id

Return Value

string

at line 294
Table getTable($categories, $category_ids)

No description

Parameters

$categories
$category_ids

Return Value

Table

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 270
page_delete(int $widget_id = 0)

Page delete widget todo this should be handled with a_action=delete

Parameters

int $widget_id

Exceptions

Exception

at line 95
Template|bool page_edit(int $widget_id = 0)

Page edit widget

Parameters

int $widget_id

Return Value

Template|bool

Exceptions

ContentException
Exception

at line 27
Template page_overview()

Page overview

Return Value

Template