server/src/app/Services/TranscriptManagerInterface.php
author ymh <ymh.work@gmail.com>
Tue, 08 Nov 2016 18:23:01 +0100
changeset 405 f239c8c5bb94
parent 396 c8f651e7e4ff
permissions -rw-r--r--
migrate to rdf4j (2.1.1) from sesame (4.1.1)

<?php
namespace CorpusParole\Services;

use CorpusParole\Models\Document;

interface TranscriptManagerInterface {

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

}