class AdminPage extends Page

xelos page, is automatically called based on the page param: http://www.example.com/module/PAGE

Properties

ExampleSurveyController $mod
protected $default_page from  Page

Methods

afterFormSave(TableEditor $te, bool $id = false)

Save our questionnaire with a callback

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

Standard Get Page Controller

from  Page
page_overview(int $id = 0)

By default the function page_overview is called, unless the CMD param is set http://www.example.com/module/page/CMD

Details

at line 104
afterFormSave(TableEditor $te, bool $id = false)

Save our questionnaire with a callback

Parameters

TableEditor $te
bool $id

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 30
Template page_overview(int $id = 0)

By default the function page_overview is called, unless the CMD param is set http://www.example.com/module/page/CMD

Standard Route to this function would be http://www.example.com/module/page/OVERVIEW,$id

Parameters

int $id

Return Value

Template

Exceptions

Exception