class OverviewPage 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

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

Standard Get Page Controller

from  Page
page_overview()

Sub Page Overview will be called if no other route param is detected Route //overview/[overview]

page_take(int $survey_id = 0)

Take a survey

Details

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 21
page_overview()

Sub Page Overview will be called if no other route param is detected Route //overview/[overview]

at line 47
Template page_take(int $survey_id = 0)

Take a survey

Parameters

int $survey_id

Return Value

Template

Exceptions

Exception