TimelineEvent
TimelineEvent.php
:
15
Extends Event
Methods¶
__construct()
¶
TimelineEvent.php
:
27
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$workflowMetadata | WorkflowMetadata | - | - |
$entries | array<string|int, AbstractEntry> | [] | - |
addEntries()
¶
TimelineEvent.php
:
70
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$entries | array<string|int, AbstractEntry> | - | - |
addEntry()
¶
TimelineEvent.php
:
62
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$entry | AbstractEntry | - | - |
getEntries()
¶
TimelineEvent.php
:
46
|
|
Return values
array<string|int, AbstractEntry>
getWorkflowMetadata()
¶
TimelineEvent.php
:
38
|
|
Return values
WorkflowMetadata
setEntries()
¶
TimelineEvent.php
:
54
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$entries | array<string|int, AbstractEntry> | - | - |