‪TYPO3CMS  11.5
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)
 
array getIdsPerTable ()
 
array getCreateUserIds ()
 

Protected Attributes

DatabaseRecord[] $records = array( )
 

Detailed Description

Service for records

Definition at line 27 of file RecordService.php.

Member Function Documentation

◆ add()

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

Definition at line 37 of file RecordService.php.

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

◆ getCreateUserIds()

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

◆ getIdsPerTable()

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

Definition at line 48 of file RecordService.php.

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

Member Data Documentation

◆ $records

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