TYPO3  7.6
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
AbstractRecord Class Reference
Inheritance diagram for AbstractRecord:
StageRecord 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 23 of file AbstractRecord.php.

Constructor & Destructor Documentation

__construct ( array  $record)
Parameters
array$record

Definition at line 66 of file AbstractRecord.php.

References AbstractRecord\$record.

Member Function Documentation

__toString ( )
Returns
string

Definition at line 74 of file AbstractRecord.php.

References AbstractRecord\getUid().

static fetch (   $tableName,
  $uid 
)
staticprotected

Definition at line 30 of file AbstractRecord.php.

References AbstractRecord\$record.

static getBackendUser ( )
staticprotected
Returns

Definition at line 50 of file AbstractRecord.php.

References $GLOBALS.

static getDatabaseConnection ( )
staticprotected
Returns

Definition at line 42 of file AbstractRecord.php.

References $GLOBALS.

static getLanguageService ( )
staticprotected
Returns

Definition at line 58 of file AbstractRecord.php.

References $GLOBALS.

getStagesService ( )
protected
getTitle ( )
Returns
string

Definition at line 90 of file AbstractRecord.php.

getUid ( )

Member Data Documentation

$record
protected