TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
MetaInformation Class Reference

Public Member Functions

 setRecordArray (array $recordArray)
 
 getPath ()
 
 getRecordInformation ()
 

Protected Member Functions

 getLanguageService ()
 
 getBackendUser ()
 

Protected Attributes

 $recordArray = []
 

Detailed Description

MetaInformation

Definition at line 31 of file MetaInformation.php.

Member Function Documentation

getBackendUser ( )
protected

Get the Backend User Object

Returns

Definition at line 178 of file MetaInformation.php.

References $GLOBALS.

Referenced by MetaInformation\getPath(), and MetaInformation\getRecordInformation().

getLanguageService ( )
protected

Get LanguageService Object

Returns
LanguageService

Definition at line 168 of file MetaInformation.php.

References $GLOBALS.

getPath ( )

Generate the page path for docHeader

Returns
string The page path

Definition at line 59 of file MetaInformation.php.

References MetaInformation\$recordArray, elseif, GeneralUtility\fixed_lgd_cs(), MetaInformation\getBackendUser(), and ResourceFactory\getInstance().

getRecordInformation ( )
setRecordArray ( array  $recordArray)

Set the RecordArray

Parameters
array$recordArrayRecordArray
Returns
void

Definition at line 49 of file MetaInformation.php.

References MetaInformation\$recordArray.

Member Data Documentation

$recordArray = []
protected