TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Workspaces\Service\RecordService Class Reference
Inheritance diagram for TYPO3\CMS\Workspaces\Service\RecordService:
TYPO3\CMS\Core\SingletonInterface

Public Member Functions

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

Protected Member Functions

 getDatabaseConnection ()
 

Protected Attributes

 $records = []
 

Detailed Description

Service for records

Definition at line 21 of file RecordService.php.

Member Function Documentation

◆ add()

TYPO3\CMS\Workspaces\Service\RecordService::add (   $tableName,
  $id 
)
Parameters
string$tableName
int$id

Definition at line 32 of file RecordService.php.

References TYPO3\CMS\Workspaces\Domain\Model\DatabaseRecord\create().

◆ getCreateUserIds()

◆ getDatabaseConnection()

TYPO3\CMS\Workspaces\Service\RecordService::getDatabaseConnection ( )
protected
Returns

Definition at line 83 of file RecordService.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Workspaces\Service\RecordService\getCreateUserIds().

◆ getIdsPerTable()

TYPO3\CMS\Workspaces\Service\RecordService::getIdsPerTable ( )
Returns
array

Definition at line 43 of file RecordService.php.

Referenced by TYPO3\CMS\Workspaces\Service\RecordService\getCreateUserIds().

Member Data Documentation

◆ $records

TYPO3\CMS\Workspaces\Service\RecordService::$records = []
protected