| Total Complexity | 8 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class JsTranslationExtractor implements ExtractorInterface |
||
| 9 | { |
||
| 10 | public function __construct(string $directory) |
||
| 11 | { |
||
| 12 | $this->directory = $directory; |
||
|
|
|||
| 13 | } |
||
| 14 | |||
| 15 | private string $prefix = ''; |
||
| 16 | |||
| 17 | public function setPrefix(string $prefix): void |
||
| 20 | } |
||
| 21 | |||
| 22 | public function extract($directory, MessageCatalogue $catalogue): void |
||
| 39 | } |
||
| 40 | } |
||
| 43 |