server/src/app/Services/TranscriptManagerInterface.php
author ymh <ymh.work@gmail.com>
Mon, 03 Apr 2017 15:23:50 +0200
changeset 528 aa4fc985bf64
parent 396 c8f651e7e4ff
permissions -rw-r--r--
iteration on bo client

<?php
namespace CorpusParole\Services;

use CorpusParole\Models\Document;

interface TranscriptManagerInterface {

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

}