‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Form\Exception\DatabaseRecordWorkspaceDeletePlaceholderException Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\Exception\DatabaseRecordWorkspaceDeletePlaceholderException:
TYPO3\CMS\Backend\Form\Exception TYPO3\CMS\Backend\Exception TYPO3\CMS\Core\Exception

Public Member Functions

 __construct (string $message, int $code, string $tableName, int $uid)
 
string getTableName ()
 
int getUid ()
 

Protected Attributes

string $tableName
 
int $uid
 

Detailed Description

Thrown if a workspace delete placeholder is being edited, which is not allowed.

Definition at line 25 of file DatabaseRecordWorkspaceDeletePlaceholderException.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Form\Exception\DatabaseRecordWorkspaceDeletePlaceholderException::__construct ( string  $message,
int  $code,
string  $tableName,
int  $uid 
)

Constructor overwrites default constructor.

Parameters
string$message‪Human readable error message
int$codeException code timestamp
string$tableName‪Table name query was working on
int$uid‪Table row uid

Definition at line 45 of file DatabaseRecordWorkspaceDeletePlaceholderException.php.

References TYPO3\CMS\Backend\Form\Exception\DatabaseRecordWorkspaceDeletePlaceholderException\$tableName, and TYPO3\CMS\Backend\Form\Exception\DatabaseRecordWorkspaceDeletePlaceholderException\$uid.

Member Function Documentation

◆ getTableName()

string TYPO3\CMS\Backend\Form\Exception\DatabaseRecordWorkspaceDeletePlaceholderException::getTableName ( )

◆ getUid()

int TYPO3\CMS\Backend\Form\Exception\DatabaseRecordWorkspaceDeletePlaceholderException::getUid ( )

Member Data Documentation

◆ $tableName

◆ $uid