Total Complexity | 8 |
Total Lines | 50 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class SuperAttributeAkeneoApiReadStream extends AbstractAkeneoApiReadStream |
||
11 | { |
||
12 | /** |
||
13 | * @var \SprykerEco\Service\AkeneoPim\Dependencies\External\Api\Wrapper\AkeneoResourceCursor |
||
14 | */ |
||
15 | protected $cursorVariants; |
||
16 | |||
17 | protected const KEY_CODE = 'code'; |
||
18 | |||
19 | /** |
||
20 | * @return bool |
||
21 | */ |
||
22 | public function open(): bool |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * @return array |
||
32 | */ |
||
33 | public function get(): array |
||
45 | } |
||
46 | |||
47 | /** |
||
48 | * @return bool |
||
49 | */ |
||
50 | public function eof(): bool |
||
62 |