Function Module_admin_ecommerce_reports->logs
Definitions
adminzone/pages/modules/admin_ecommerce_reports.php
- The UI to view all eCommerce transactions ordered by date.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* The UI to view all eCommerce transactions ordered by date.
*
* @return Tempcode The UI
*/
public function logs() : object
* The UI to view all eCommerce transactions ordered by date.
*
* @return Tempcode The UI
*/
public function logs() : object

