Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class ADORecordSet extends \ADORecordSet implements \Countable |
||
18 | { |
||
19 | /** |
||
20 | * Returns the recordCount. |
||
21 | */ |
||
22 | public function count(): int |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * Returns the recordCount. |
||
29 | * |
||
30 | * @param int $fieldoffset |
||
31 | * |
||
32 | * @return \ADOFieldObject the field |
||
33 | */ |
||
34 | public function fetchField($fieldoffset = -1): \ADOFieldObject |
||
39 |