class BrowseController extends Controller

Class BrowseController

Traits

AuthorizesRequests
DispatchesJobs
ValidatesRequests

Properties

protected $ElasticService
protected $LaudatioUtilService
protected $ccBaseUri

Methods

__construct(ElasticsearchInterface $Elasticservice, LaudatioUtilsInterface $laudatioUtils)

BrowseController constructor.

mixed
index(null $perPage = null, null $sortKriterium = null)

No description

Factory|View
show($header, $id, $index)

No description

Details

at line 30
__construct(ElasticsearchInterface $Elasticservice, LaudatioUtilsInterface $laudatioUtils)

BrowseController constructor.

Parameters

ElasticsearchInterface $Elasticservice
LaudatioUtilsInterface $laudatioUtils

at line 42
mixed index(null $perPage = null, null $sortKriterium = null)

Parameters

null $perPage
null $sortKriterium

Return Value

mixed

at line 91
Factory|View show($header, $id, $index)

Parameters

$header
$id
$index

Return Value

Factory|View