| 1 | <?php |
||
| 5 | class DataSet implements \ArrayAccess |
||
| 6 | { |
||
| 7 | public function offsetSet($offset, $value) |
||
| 11 | |||
| 12 | public function offsetExists($offset) |
||
| 16 | |||
| 17 | public function offsetUnset($offset) |
||
| 21 | |||
| 22 | public function offsetGet($offset) |
||
| 26 | |||
| 27 | public function tableExists($name) |
||
| 31 | |||
| 32 | public function getTable($name) |
||
| 36 | |||
| 37 | public function raw_query($query) |
||
| 41 | } |
||
| 42 | |||
| 43 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.