TYPO3 CMS  TYPO3_7-6
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 ($tableName, $uid)
 
static getDatabaseConnection ()
 
static getBackendUser ()
 
static getLanguageService ()
 

Protected Attributes

 $record
 

Detailed Description

Combined record class

Definition at line 22 of file AbstractRecord.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 65 of file AbstractRecord.php.

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

Member Function Documentation

◆ __toString()

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

Definition at line 73 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\Workspaces\Domain\Record\AbstractRecord::getBackendUser ( )
staticprotected
Returns

Definition at line 49 of file AbstractRecord.php.

References $GLOBALS.

◆ getDatabaseConnection()

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

Definition at line 41 of file AbstractRecord.php.

References $GLOBALS.

◆ getLanguageService()

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

Definition at line 57 of file AbstractRecord.php.

References $GLOBALS.

◆ getStagesService()

◆ getTitle()

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

Definition at line 89 of file AbstractRecord.php.

◆ getUid()

Member Data Documentation

◆ $record