changeset 163 | 59c68fc4848e |
child 396 | c8f651e7e4ff |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/src/app/Services/TranscriptManagerInterface.php Sun May 29 16:50:17 2016 +0200 @@ -0,0 +1,11 @@ +<?php +namespace CorpusParole\Services; + +use CorpusParole\Models\Document; + +interface TranscriptManagerInterface { + + function getConverter(string $converterKey, Document $document, string $source); + function getConverterUrl(string $converterKey, Document $document, string $url); + +}