‪TYPO3CMS  10.4
Classes.php File Reference

Go to the source code of this file.

Variables

 return [\TYPO3\CMS\Belog\Domain\Model\LogEntry::class=>['tableName'=> 'sys_log', 'properties'=>['backendUserUid'=>['fieldName'=> 'userid'], 'recordUid'=>['fieldName'=> 'recuid'], 'tableName'=>['fieldName'=> 'tablename'], 'recordPid'=>['fieldName'=> 'recpid'], 'detailsNumber'=>['fieldName'=> 'details_nr'], 'ip'=>['fieldName'=> 'IP'], 'workspaceUid'=>['fieldName'=> 'workspace'], 'newId'=>['fieldName'=> 'NEWid'],]], \TYPO3\CMS\Belog\Domain\Model\Workspace::class=>['tableName'=> 'sys_workspace',],]
 

Variable Documentation

◆ return

return[ \TYPO3\CMS\Belog\Domain\Model\LogEntry::class=>[ 'tableName'=> 'sys_log', 'properties'=>[ 'backendUserUid'=>[ 'fieldName'=> 'userid'], 'recordUid'=>[ 'fieldName'=> 'recuid'], 'tableName'=>[ 'fieldName'=> 'tablename'], 'recordPid'=>[ 'fieldName'=> 'recpid'], 'detailsNumber'=>[ 'fieldName'=> 'details_nr'], 'ip'=>[ 'fieldName'=> 'IP'], 'workspaceUid'=>[ 'fieldName'=> 'workspace'], 'newId'=>[ 'fieldName'=> 'NEWid'],]], \TYPO3\CMS\Belog\Domain\Model\Workspace::class=>[ 'tableName'=> 'sys_workspace',],]

Definition at line 5 of file Classes.php.