‪TYPO3CMS  ‪main
TYPO3\CMS\Workspaces\Service\RecordService Class Reference
Inheritance diagram for TYPO3\CMS\Workspaces\Service\RecordService:
TYPO3\CMS\Core\SingletonInterface

Public Member Functions

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

Protected Attributes

array $records = []
 

Detailed Description

Definition at line 28 of file RecordService.php.

Member Function Documentation

◆ add()

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

◆ getCreateUserIds()

TYPO3\CMS\Workspaces\Service\RecordService::getCreateUserIds ( )

◆ getIdsPerTable()

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

Member Data Documentation

◆ $records

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

Definition at line 33 of file RecordService.php.