Documentation

InverseDataController extends ArcheBaseController
in package

Description of ArcheBaseController

Table of Contents

Properties

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

Methods

__construct()  : mixed
contributedDT()  : Response
Persons contributed to data
getCollectionContentDT()  : Response
ContentScheme data DT
getPublicationsDT()  : Response
The publications data table datasource
getRprDT()  : Response
Get Related Collections and Resources
getSpatialDT()  : Response
Place inverse table data
hasMembersDT()  : Response
involvedDT()  : Response
Organisations involved in data
relatedDT()  : Response
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
checkTmpDirs()  : mixed
getCurrentLanguage()  : type
Get the site actual language
getGeneralInverseByProperty()  : Response|JsonResponse
Create the general inverse property table data
getInverse()  : array<string|int, mixed>

Properties

Methods

contributedDT()

Persons contributed to data

public contributedDT(string $id, array<string|int, mixed> $searchProps, string $lang) : Response
Parameters
$id : string
$searchProps : array<string|int, mixed>
$lang : string
Return values
Response

getCollectionContentDT()

ContentScheme data DT

public getCollectionContentDT(string $id, array<string|int, mixed> $searchProps, string $lang) : Response
Parameters
$id : string
$searchProps : array<string|int, mixed>
$lang : string
Return values
Response

getPublicationsDT()

The publications data table datasource

public getPublicationsDT(string $id, array<string|int, mixed> $searchProps, string $lang) : Response
Parameters
$id : string
$searchProps : array<string|int, mixed>
$lang : string
Return values
Response

getRprDT()

Get Related Collections and Resources

public getRprDT(string $id, array<string|int, mixed> $searchProps, string $lang) : Response
Parameters
$id : string
$searchProps : array<string|int, mixed>
$lang : string
Return values
Response

getSpatialDT()

Place inverse table data

public getSpatialDT(string $id, array<string|int, mixed> $searchProps, string $lang) : Response
Parameters
$id : string
$searchProps : array<string|int, mixed>
$lang : string
Return values
Response

hasMembersDT()

public hasMembersDT(string $id, array<string|int, mixed> $searchProps, string $lang) : Response
Parameters
$id : string
$searchProps : array<string|int, mixed>
$lang : string
Return values
Response

involvedDT()

Organisations involved in data

public involvedDT(string $id, array<string|int, mixed> $searchProps, string $lang) : Response
Parameters
$id : string
$searchProps : array<string|int, mixed>
$lang : string
Return values
Response

relatedDT()

public relatedDT(string $id, array<string|int, mixed> $searchProps, string $lang) : Response
Parameters
$id : string
$searchProps : array<string|int, mixed>
$lang : 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

getGeneralInverseByProperty()

Create the general inverse property table data

private getGeneralInverseByProperty(string $id, array<string|int, mixed> $searchProps, array<string|int, mixed> $property, string $lang) : Response|JsonResponse
Parameters
$id : string
$searchProps : array<string|int, mixed>
$property : array<string|int, mixed>
$lang : string
Return values
Response|JsonResponse

getInverse()

private getInverse(int $resId, array<string|int, mixed> $resContext[, array<string|int, mixed> $relContext = [] ][, SearchConfig|null $searchCfg = null ][, string|array<string|int, mixed>|null $properties = null ][, string $searchPhrase = '' ][, array<string|int, mixed> $searchTerms = [] ]) : array<string|int, mixed>
Parameters
$resId : int
$resContext : array<string|int, mixed>
$relContext : array<string|int, mixed> = []
$searchCfg : SearchConfig|null = null
$properties : string|array<string|int, mixed>|null = null
$searchPhrase : string = ''
$searchTerms : array<string|int, mixed> = []
Return values
array<string|int, mixed>

        
On this page

Search results