‪TYPO3CMS  11.5
TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord Class Reference
Inheritance diagram for TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord:
TYPO3\CMS\Workspaces\Domain\Record\StageRecord TYPO3\CMS\Workspaces\Domain\Record\WorkspaceRecord

Public Member Functions

 __construct (array $record)
 
string __toString ()
 
int getUid ()
 
string getTitle ()
 

Protected Member Functions

StagesService getStagesService ()
 

Static Protected Member Functions

static fetch ($tableName, $uid)
 
static TYPO3 CMS Core Authentication BackendUserAuthentication getBackendUser ()
 
static TYPO3 CMS Core Localization LanguageService getLanguageService ()
 

Protected Attributes

array $record
 

Detailed Description

Combined record class

Definition at line 27 of file AbstractRecord.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord::__construct ( array  $record)
Parameters
array$record

Definition at line 72 of file AbstractRecord.php.

References TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord\$record.

Member Function Documentation

◆ __toString()

string TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord::__toString ( )
Returns
‪string

Definition at line 80 of file AbstractRecord.php.

References TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord\getUid().

◆ fetch()

static TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord::fetch (   $tableName,
  $uid 
)
staticprotected

◆ getBackendUser()

static TYPO3 CMS Core Authentication BackendUserAuthentication TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord::getBackendUser ( )
staticprotected
Returns
‪\TYPO3\CMS\Core\Authentication\BackendUserAuthentication

Definition at line 56 of file AbstractRecord.php.

References $GLOBALS.

◆ getLanguageService()

static TYPO3 CMS Core Localization LanguageService TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord::getLanguageService ( )
staticprotected
Returns
‪\TYPO3\CMS\Core\Localization\LanguageService

Definition at line 64 of file AbstractRecord.php.

References $GLOBALS.

◆ getStagesService()

◆ getTitle()

string TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord::getTitle ( )
Returns
‪string

Definition at line 96 of file AbstractRecord.php.

◆ getUid()

Member Data Documentation

◆ $record