AdminReportsCustomize extends AppController
Admin Reports Customization
Table of Contents
Methods
| add() | Add a custom report |
| delete() | Delete a custom report |
| edit() | Edit a custom report |
| index() | List custom reports |
| preAction() | Bootstrap |
| formatValues() | Formats field values to CSV |
Methods
add()
Add a custom report
public
add() : mixed
delete()
Delete a custom report
public
delete() : mixed
edit()
Edit a custom report
public
edit() : mixed
index()
List custom reports
public
index() : mixed
preAction()
Bootstrap
public
preAction() : mixed
formatValues()
Formats field values to CSV
protected
formatValues(array<string|int, mixed> $values) : string
Parameters
- $values : array<string|int, mixed>
-
A string or array of values
Return values
string —A CSV list of each value