Example #1
0
 public function onCreate(MailBoxEntry $entry)
 {
     $this->notifService->notifyNewMessage($entry);
     $this->logger->addInfo("System Module - Messages Listener - onCreate - recipient of {$entry} has been notified");
 }