1 | <?php |
||
22 | class Stats |
||
23 | { |
||
24 | |||
25 | public function total_orders() |
||
30 | |||
31 | public function total_cancelled_orders() |
||
35 | |||
36 | public function total_pending_orders() |
||
40 | |||
41 | public function total_completed_orders() |
||
45 | |||
46 | |||
47 | public function total_orders_today() |
||
50 | |||
51 | public function total_orders_this_month() |
||
55 | |||
56 | public function total_orders_this_year() |
||
60 | |||
61 | |||
62 | public function total_invoices() |
||
65 | } |
||
66 |