‪TYPO3CMS  ‪main
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)
 
 __toString ()
 
 getUid ()
 
 getTitle ()
 

Protected Member Functions

 getStagesService ()
 

Static Protected Member Functions

static fetch (string $tableName, int $uid)
 
static getBackendUser ()
 
static getLanguageService ()
 

Protected Attributes

array $record
 

Detailed Description

Combined record class

Definition at line 33 of file AbstractRecord.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ __toString()

TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord::__toString ( )

◆ fetch()

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

◆ getBackendUser()

static TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord::getBackendUser ( )
staticprotected

Definition at line 57 of file AbstractRecord.php.

References $GLOBALS.

◆ getLanguageService()

static TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord::getLanguageService ( )
staticprotected

Definition at line 62 of file AbstractRecord.php.

References $GLOBALS.

◆ getStagesService()

◆ getTitle()

TYPO3\CMS\Workspaces\Domain\Record\AbstractRecord::getTitle ( )

Definition at line 82 of file AbstractRecord.php.

◆ getUid()

Member Data Documentation

◆ $record