PrepareStartParametersRequest
FinalYes
Table of Contents
Properties
- $complexDocumentType : array<string|int, mixed>
- $eventType : int
- $requestParameters : array<string|int, mixed>
- $targetUserId : int
- $templateId : int
Methods
- __construct() : mixed
Properties
$complexDocumentType read-only
public
array<string|int, mixed>
$complexDocumentType
$eventType read-only
public
int
$eventType
= \CBPDocumentEventType::Manual
$requestParameters read-only
public
array<string|int, mixed>
$requestParameters
$targetUserId read-only
public
int
$targetUserId
$templateId read-only
public
int
$templateId
Methods
__construct()
public
__construct(int $templateId, array<string|int, mixed> $complexDocumentType, array<string|int, mixed> $requestParameters, int $targetUserId[, int $eventType = CBPDocumentEventType::Manual ]) : mixed
Parameters
- $templateId : int
- $complexDocumentType : array<string|int, mixed>
- $requestParameters : array<string|int, mixed>
- $targetUserId : int
- $eventType : int = CBPDocumentEventType::Manual