CommentStatusChangedDto
FinalYes
Table of Contents
Properties
- $authorId : int
- $documentId : array<string|int, mixed>
- $status : CommentStatus
- $workflowId : string
Methods
- __construct() : mixed
Properties
$authorId read-only
public
int
$authorId
$documentId read-only
public
array<string|int, mixed>
$documentId
$status read-only
public
CommentStatus
$status
$workflowId read-only
public
string
$workflowId
Methods
__construct()
public
__construct(string $workflowId, array<string|int, mixed> $documentId, int $authorId, CommentStatus $status) : mixed
Parameters
- $workflowId : string
- $documentId : array<string|int, mixed>
- $authorId : int
- $status : CommentStatus