Function Module_shopping->my_orders
Definitions
site/pages/modules/shopping.php
- Show all my orders.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The interface
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Show all my orders.
*
* @return Tempcode The interface
*/
public function my_orders() : object
* Show all my orders.
*
* @return Tempcode The interface
*/
public function my_orders() : object

