CommentRequest
FinalYes
Table of Contents
Properties
- $authorId : int
- $created : DateTime
- $mentionUserIds : array<string|int, mixed>
- $workflowId : string
Methods
- __construct() : mixed
Properties
$authorId
public
int
$authorId
$created
public
DateTime
$created
$mentionUserIds
public
array<string|int, mixed>
$mentionUserIds
= []
$workflowId
public
string
$workflowId
Methods
__construct()
public
__construct(string $workflowId, int $authorId, DateTime $created[, array<string|int, mixed> $mentionUserIds = [] ]) : mixed
Parameters
- $workflowId : string
- $authorId : int
- $created : DateTime
- $mentionUserIds : array<string|int, mixed> = []