1 | <?php |
||
22 | class Stats |
||
23 | { |
||
24 | |||
25 | public function total_orders(){ |
||
28 | |||
29 | public function total_cancelled_orders(){ |
||
32 | |||
33 | public function total_pending_orders(){ |
||
36 | |||
37 | public function total_completed_orders(){ |
||
40 | |||
41 | |||
42 | public function total_orders_today(){ |
||
45 | |||
46 | public function total_orders_this_month(){ |
||
49 | |||
50 | public function total_orders_this_year(){ |
||
53 | |||
54 | |||
55 | |||
56 | } |
||
57 |