1 | <?php |
||
22 | class Queries extends Stats |
||
23 | { |
||
24 | |||
25 | public function orders() |
||
30 | |||
31 | |||
32 | public function orders_orderby($orderby) |
||
36 | |||
37 | |||
38 | |||
39 | public function orders_today() |
||
43 | |||
44 | public function pending_orders() |
||
49 | |||
50 | public function cancelled_orders() |
||
55 | |||
56 | public function completed_orders() |
||
61 | |||
62 | public function getOrderById($orderid) |
||
66 | |||
67 | public function getOrdersOnDate($date) |
||
72 | |||
73 | |||
74 | public function getOrdersOnDateRange($startdate, $enddate) |
||
77 | |||
78 | |||
79 | public function getInvoiceById($invoiceid) |
||
84 | } |
||
85 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.