| Total Complexity | 4 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 7 | class EutilsEsearch extends Extractor implements ProvidesIdentifiersData |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Extract search tree from document. |
||
| 11 | * |
||
| 12 | * @throws UnparseableApiException |
||
| 13 | */ |
||
| 14 | protected function fillSearchTree(): void |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Extract and format data needed for the Identifiers Relationship |
||
| 25 | * on the Publication Model. |
||
| 26 | */ |
||
| 27 | public function extractIdentifiersData(): void |
||
| 37 |