TrackingHistorySubscriber
in package
implements
EventSubscriber
Table of Contents
Interfaces
- EventSubscriber
Properties
- $queue : array<string|int, SaleProductShipmentTrackingStatusHistory>
- $sync : VirDeliveryLogSyncService
Methods
- __construct() : mixed
- getSubscribedEvents() : mixed
- postFlush() : mixed
- postPersist() : mixed
Properties
$queue
private
array<string|int, SaleProductShipmentTrackingStatusHistory>
$queue
= []
$sync
private
VirDeliveryLogSyncService
$sync
Methods
__construct()
public
__construct(VirDeliveryLogSyncService $sync) : mixed
Parameters
- $sync : VirDeliveryLogSyncService
getSubscribedEvents()
public
getSubscribedEvents() : mixed
postFlush()
public
postFlush(PostFlushEventArgs $args) : mixed
Parameters
- $args : PostFlushEventArgs
postPersist()
public
postPersist(LifecycleEventArgs $args) : mixed
Parameters
- $args : LifecycleEventArgs