server/src/app/Services/TranscriptManagerInterface.php
author ymh <ymh.work@gmail.com>
Sun, 27 Nov 2016 23:28:59 +0100
changeset 449 5b0787f51d76
parent 396 c8f651e7e4ff
permissions -rw-r--r--
css adaptation. correct pb m3.16 m3.9

<?php
namespace CorpusParole\Services;

use CorpusParole\Models\Document;

interface TranscriptManagerInterface {

    function getConverter($converterKey, Document $document, $source);
    function getConverterUrl($converterKey, Document $document, $url);

}