Documentation

DetailViewController extends ArcheBaseController
in package

Description of DetailViewController

Tags
author

nczirjak

Table of Contents

Properties

$config  : mixed
$helper  : mixed
$model  : mixed
$repoDb  : mixed
$siteLang  : mixed
$basicViewData  : mixed
$generalFunctions  : mixed
$repoid  : mixed
$repoUrl  : mixed

Methods

__construct()  : mixed
detailMain()  : array<string|int, mixed>
Detail view for the API Call template
detailOverviewApi()  : Response
Detail view template for the generated API call results.
detailViewMainMethod()  : type
the detail view
generateObjDataForDissService()  : object
Generate the basic metadata for the root resource/collection in the dissemination services view
checkAjaxRequestIsOn()  : bool
generateDetailView()  : type
Generate the detail view
getChildData()  : Response
Get the child view data
getIdentifierFromAjax()  : string
setBreadcrumb()  : void
set up the breadcrumb data
setToolTip()  : void
Set up tooltip data
setToolTipApi()  : object

Properties

Methods

detailMain()

Detail view for the API Call template

public detailMain(string $identifier) : array<string|int, mixed>
Parameters
$identifier : string
Return values
array<string|int, mixed>

detailOverviewApi()

Detail view template for the generated API call results.

public detailOverviewApi(string $identifier, string $lang) : Response
Parameters
$identifier : string
$lang : string
Return values
Response

detailViewMainMethod()

the detail view

public detailViewMainMethod(string $identifier) : type
Parameters
$identifier : string
Return values
type

generateObjDataForDissService()

Generate the basic metadata for the root resource/collection in the dissemination services view

public generateObjDataForDissService(string $identifier) : object
Parameters
$identifier : string

-> full repoUrl

Return values
object

checkAjaxRequestIsOn()

private checkAjaxRequestIsOn(string $identifier) : bool
Parameters
$identifier : string
Return values
bool

generateDetailView()

Generate the detail view

private generateDetailView(string $identifier) : type
Parameters
$identifier : string
Return values
type

getChildData()

Get the child view data

private getChildData() : Response
Return values
Response

getIdentifierFromAjax()

private getIdentifierFromAjax(string $identifier) : string
Parameters
$identifier : string
Return values
string

        
On this page

Search results