AdminReports extends AppController
Admin Reports Management
Table of Contents
Methods
| getReportFields() | AJAX retrieves the view for fields specific to a given report |
| getReportTypes() | AJAX retrieves the report types |
| index() | List reports |
| preAction() | Pre-action setup method that is called before the index method, or the set controller action |
Methods
getReportFields()
AJAX retrieves the view for fields specific to a given report
public
getReportFields() : mixed
getReportTypes()
AJAX retrieves the report types
public
getReportTypes() : mixed
index()
List reports
public
index() : mixed
preAction()
Pre-action setup method that is called before the index method, or the set controller action
public
preAction() : mixed