class DownloadsController extends Controller

Class DownloadsController

Traits

AuthorizesRequests
DispatchesJobs
ValidatesRequests

Properties

protected $flysystem
protected $connection
protected $basePath
protected $laudatioUtils

Methods

__construct(FlysystemManager $flysystem, LaudatioUtilsInterface $laudatioUtils)

DownloadsController constructor.

mixed
teiDownload($path)

No description

formatDownload($formatid, $corpusid)

No description

mixed
citeDownload(Request $request)

No description

Details

at line 29
__construct(FlysystemManager $flysystem, LaudatioUtilsInterface $laudatioUtils)

DownloadsController constructor.

Parameters

FlysystemManager $flysystem
LaudatioUtilsInterface $laudatioUtils

at line 42
mixed teiDownload($path)

Parameters

$path

Return Value

mixed

Exceptions

Exception

at line 66
formatDownload($formatid, $corpusid)

Parameters

$formatid
$corpusid

at line 92
mixed citeDownload(Request $request)

Parameters

Request $request

Return Value

mixed