Function Module_points->export
Definitions
site/pages/modules/points.php
- Export a spreadsheet showing the ledger for a member.
- 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 ledger for a member.
*
* @return Tempcode The result of execution
*/
public function export() : object
* Export a spreadsheet showing the ledger for a member.
*
* @return Tempcode The result of execution
*/
public function export() : object

