MetaInformation

Shows the path to the current record or file / folder.

Table of Contents

Properties

$recordArray  : array<string|int, mixed>
The recordArray.
$resource  : ResourceInterface|null

Methods

getPath()  : string
Generate the page path for docHeader
getRecordInformation()  : string
Setting page icon with context menu + uid for docheader
getRecordInformationAdditionalInfo()  : string
Returns record additional information
getRecordInformationIcon()  : string
Setting page icon
getRecordInformationTitle()  : string
Setting page title
getRecordInformationUid()  : int|null
Setting page uid
isFileOrFolder()  : bool
setRecordArray()  : mixed
Set the RecordArray
setResource()  : void
getBackendUser()  : BackendUserAuthentication
getLanguageService()  : LanguageService
getRecordInformations()  : array<string|int, mixed>
Setting page array

Properties

$recordArray

The recordArray.

protected array<string|int, mixed> $recordArray = []

Typically this is a page record

Methods

getPath()

Generate the page path for docHeader

public getPath() : string
Return values
string

The page path

getRecordInformation()

Setting page icon with context menu + uid for docheader

public getRecordInformation() : string
Return values
string

Record info

getRecordInformationAdditionalInfo()

Returns record additional information

public getRecordInformationAdditionalInfo() : string
Return values
string

Record additional information

getRecordInformationIcon()

Setting page icon

public getRecordInformationIcon() : string
Return values
string

Record icon

getRecordInformationTitle()

Setting page title

public getRecordInformationTitle() : string
Return values
string

Record title, already htmlspecialchar()'ed

getRecordInformationUid()

Setting page uid

public getRecordInformationUid() : int|null
Return values
int|null

Record uid

isFileOrFolder()

public isFileOrFolder() : bool
Return values
bool

setRecordArray()

Set the RecordArray

public setRecordArray(array<string|int, mixed> $recordArray) : mixed
Parameters
$recordArray : array<string|int, mixed>

RecordArray

getRecordInformations()

Setting page array

protected getRecordInformations() : array<string|int, mixed>
Return values
array<string|int, mixed>

Record info


        
On this page

Search results