AfterRecordPublishedEvent
Read onlyYes
FinalYes
Event that is fired after a record has been published in a workspace.
Table of Contents
Methods
- __construct() : mixed
- getRecordId() : int
- The uid of the record
- getTable() : string
- The table name of the record.
- getWorkspaceId() : int
- The workspace the record has been published in.
Methods
__construct()
public
__construct(string $table, int $recordId, int $workspaceId) : mixed
Parameters
- $table : string
- $recordId : int
- $workspaceId : int
getRecordId()
The uid of the record
public
getRecordId() : int
Return values
intgetTable()
The table name of the record.
public
getTable() : string
Return values
stringgetWorkspaceId()
The workspace the record has been published in.
public
getWorkspaceId() : int