Function Module_admin_points->export
Definitions
adminzone/pages/modules/admin_points.php
- Export a spreadsheet showing the entire points ledger.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The result of execution
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Export a spreadsheet showing the entire points ledger.
*
* @return Tempcode The result of execution
*/
public function export() : object
* Export a spreadsheet showing the entire points ledger.
*
* @return Tempcode The result of execution
*/
public function export() : object

