class CustomerActivityLogListener

Class CustomerActivityLogListener is injected as empire_customer_activity_log_plugin.customer_activity_log_listener service. CustomerActivityLogListener is listener class for handling a logic for dispatched events

Methods

__construct(EngineInterface $templateEngine, PusherInterface $pusher)

CustomerActivityLogListener constructor.

processSignal(CustomerActivityLogEvent $event)

Hooks on customer.activity.log.signal and handles logic for user activity notifications

Details

at line 38
__construct(EngineInterface $templateEngine, PusherInterface $pusher)

CustomerActivityLogListener constructor.

Parameters

EngineInterface $templateEngine
PusherInterface $pusher

at line 48
processSignal(CustomerActivityLogEvent $event)

Hooks on customer.activity.log.signal and handles logic for user activity notifications

Parameters

CustomerActivityLogEvent $event