| 1 | <?php |
||
| 22 | class Queries extends Stats |
||
| 23 | { |
||
| 24 | |||
| 25 | public function orders() |
||
| 30 | |||
| 31 | |||
| 32 | public function orders_today() |
||
| 35 | |||
| 36 | public function pending_orders(){ |
||
| 39 | |||
| 40 | public function cancelled_orders(){ |
||
| 43 | |||
| 44 | public function completed_orders(){ |
||
| 47 | |||
| 48 | public function getOrderById($orderid){ |
||
| 51 | |||
| 52 | public function getOrdersOnDate($date){ |
||
| 55 | |||
| 56 | public function getOrdersOnDateRange($startdate,$enddate){ |
||
| 59 | |||
| 60 | |||
| 61 | public function getInvoiceById($invoiceid){ |
||
| 64 | } |
||
| 65 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.