TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
RecordService Class Reference
Inheritance diagram for RecordService:
SingletonInterface

Public Member Functions

 add ($tableName, $id)
 
 getIdsPerTable ()
 
 getCreateUserIds ()
 

Protected Member Functions

 getDatabaseConnection ()
 

Protected Attributes

 $records = array()
 

Detailed Description

Service for records

Definition at line 22 of file RecordService.php.

Member Function Documentation

add (   $tableName,
  $id 
)
Parameters
string$tableName
int$id

Definition at line 33 of file RecordService.php.

References DatabaseRecord\create().

getCreateUserIds ( )
getDatabaseConnection ( )
protected
Returns

Definition at line 84 of file RecordService.php.

References $GLOBALS.

Referenced by RecordService\getCreateUserIds().

getIdsPerTable ( )
Returns
array

Definition at line 44 of file RecordService.php.

Referenced by RecordService\getCreateUserIds().

Member Data Documentation

$records = array()
protected

Definition at line 27 of file RecordService.php.

Referenced by RecordService\getCreateUserIds().