equal
deleted
inserted
replaced
3 |
3 |
4 use CorpusParole\Models\Document; |
4 use CorpusParole\Models\Document; |
5 |
5 |
6 interface TranscriptManagerInterface { |
6 interface TranscriptManagerInterface { |
7 |
7 |
8 function getConverter(string $converterKey, Document $document, string $source); |
8 function getConverter($converterKey, Document $document, $source); |
9 function getConverterUrl(string $converterKey, Document $document, string $url); |
9 function getConverterUrl($converterKey, Document $document, $url); |
10 |
10 |
11 } |
11 } |