Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types = 1); |
||
15 | class BulkIndexer implements \Suilven\FreeTextSearch\Interfaces\BulkIndexer |
||
16 | { |
||
17 | |||
18 | public function addDataObject(DataObject $dataObject): void |
||
20 | // TODO: Implement addDataObject() method. |
||
21 | } |
||
22 | |||
23 | |||
24 | public function indexDataObjects(): void |
||
26 | // TODO: Implement indexDataObjects() method. |
||
27 | } |
||
28 | |||
29 | |||
30 | public function setIndex(string $newIndex): void |
||
35 |