Documentation

DisseminationController extends ArcheBaseController
in package

Description of MetadataController

Tags
author

nczirjak

Table of Contents

Properties

$config  : Config
$helper  : mixed
$model  : mixed
$ontology  : Ontology
$pdo  : PDO
$repoDb  : RepoDb
$schema  : Schema
$siteLang  : mixed
$tmpDir  : mixed

Methods

__construct()  : mixed
audioView()  : mixed
iiifView()  : mixed
pdfView()  : mixed
threedView()  : Response
This function is called if the user is jumping inside the arche content, it will rerender the metadata view
changeAPILanguage()  : void
If the API needs a different response language then we have to change the session lang params to get the desired lang string translation
getCurrentLanguage()  : type
Get the site actual language
getDissServices()  : array<string|int, mixed>
Get the available diss services for a given resource
setTmpDir()  : mixed

Properties

Methods

threedView()

This function is called if the user is jumping inside the arche content, it will rerender the metadata view

public threedView(string $identifier) : Response
Parameters
$identifier : string
Return values
Response

changeAPILanguage()

If the API needs a different response language then we have to change the session lang params to get the desired lang string translation

protected changeAPILanguage(string $lang) : void
Parameters
$lang : string

getCurrentLanguage()

Get the site actual language

private getCurrentLanguage() : type
Return values
type

getDissServices()

Get the available diss services for a given resource

private getDissServices(string $id) : array<string|int, mixed>
Parameters
$id : string
Return values
array<string|int, mixed>

        
On this page

Search results