| Total Complexity | 5 |
| Total Lines | 47 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class TableWrapper extends Wrapper |
||
| 13 | { |
||
| 14 | //-------------------------------------------------------------------------------------------------------------------- |
||
| 15 | /** |
||
| 16 | * @inheritdoc |
||
| 17 | */ |
||
| 18 | 1 | protected function getDocBlockReturnType(): string |
|
| 21 | } |
||
| 22 | |||
| 23 | //-------------------------------------------------------------------------------------------------------------------- |
||
| 24 | /** |
||
| 25 | * @inheritdoc |
||
| 26 | */ |
||
| 27 | 1 | protected function getReturnTypeDeclaration(): string |
|
| 28 | { |
||
| 29 | 1 | return ': int'; |
|
| 30 | } |
||
| 31 | |||
| 32 | //-------------------------------------------------------------------------------------------------------------------- |
||
| 33 | /** |
||
| 34 | * @inheritdoc |
||
| 35 | */ |
||
| 36 | 1 | protected function writeResultHandler(): void |
|
| 42 | } |
||
| 43 | |||
| 44 | //-------------------------------------------------------------------------------------------------------------------- |
||
| 45 | /** |
||
| 46 | * @inheritdoc |
||
| 47 | */ |
||
| 48 | protected function writeRoutineFunctionLobFetchData(): void |
||
| 49 | { |
||
| 50 | // Nothing to do. |
||
| 51 | } |
||
| 52 | |||
| 53 | //-------------------------------------------------------------------------------------------------------------------- |
||
| 54 | /** |
||
| 55 | * @inheritdoc |
||
| 56 | */ |
||
| 57 | protected function writeRoutineFunctionLobReturnData(): void |
||
| 59 | // Nothing to do. |
||
| 60 | } |
||
| 66 |