EventMappingStrategyInterface
EventMappingStrategyInterface.php
:
16
Interface
Strategy interface for mapping domain objects to tracking events.
Methods¶
getPriority()
¶
EventMappingStrategyInterface.php
:
29
|
|
|
Return values
int
map()
¶
EventMappingStrategyInterface.php
:
23
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $eventType | EventType | - | - |
| $data | mixed | - | - |
| $context | array<string, mixed> | [] | - |
Return values
supports()
¶
EventMappingStrategyInterface.php
:
18
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $eventType | EventType | - | - |
Return values
bool