| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class ADORecordSet extends \ADORecordSet implements \Countable |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Returns the recordCount. |
||
| 18 | */ |
||
| 19 | public function count(): int |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * synonyms RecordCount and RowCount. |
||
| 26 | * |
||
| 27 | * @return int number of rows or -1 if this is not supported |
||
| 28 | */ |
||
| 29 | public function recordCount() |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Returns the recordCount. |
||
| 36 | * |
||
| 37 | * @param int $fieldoffset |
||
| 38 | * |
||
| 39 | * @return \ADOFieldObject the field |
||
| 40 | */ |
||
| 41 | public function fetchField($fieldoffset = -1): \ADOFieldObject |
||
| 46 |