class ReportPage extends ReportPage

Class ReportPage

Properties

SystemDMSController $mod from  ReportPage
protected $default_page from  Page

Methods

string
_cb_overview_format_specification(string|array $specification)

Render the specifications in the overview table: return a simple information about how many filters have been found

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

Standard Get Page Controller

from  Page
page_overview()

Renders a list of all existing reports and provides basic scaffolding actions by using a table editor

page_view(mixed $report_id = null)

Display a specific report or load the specification from another source

Details

in ReportPage at line 78
string _cb_overview_format_specification(string|array $specification)

Render the specifications in the overview table: return a simple information about how many filters have been found

Parameters

string|array $specification

Return Value

string

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

in ReportPage at line 23
Template page_overview()

Renders a list of all existing reports and provides basic scaffolding actions by using a table editor

Return Value

Template

The resulting page template

in ReportPage at line 92
Template page_view(mixed $report_id = null)

Display a specific report or load the specification from another source

Parameters

mixed $report_id

Return Value

Template