DatabaseRecordWorkspaceDeletePlaceholderException extends Exception

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

Table of Contents

Properties

$tableName  : string
$uid  : int

Methods

__construct()  : mixed
Constructor overwrites default constructor.
getTableName()  : string
Return table name
getUid()  : int
Return row uid

Properties

$tableName

protected string $tableName

Table name

Methods

__construct()

Constructor overwrites default constructor.

public __construct(string $message, int $code, string $tableName, int $uid) : mixed
Parameters
$message : string

Human readable error message

$code : int

Exception code timestamp

$tableName : string

Table name query was working on

$uid : int

Table row uid

getTableName()

Return table name

public getTableName() : string
Return values
string

getUid()

Return row uid

public getUid() : int
Return values
int

        
On this page

Search results