Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | class RefGooWorker extends AbstractBotTaskWorker |
||
21 | { |
||
22 | const TASK_NAME = "bot : Amélioration bibliographique : lien Google Books ⇒ {ouvrage}"; // 😎 |
||
23 | const SLEEP_AFTER_EDITION = 20; |
||
24 | protected $botFlag = true; |
||
25 | |||
26 | protected $modeAuto = true; |
||
27 | |||
28 | protected function getTitles(): array |
||
38 | } |
||
39 | |||
40 | protected function processDomain(string $title, ?string $text): ?string |
||
55 |