Example #1
0
 private function applyMoneyWereWithdrawnEvent(MoneyWereWithdrawnEvent $event)
 {
     $this->balance -= $event->getAmount();
 }
 public function getTimestamp()
 {
     return $this->event->getRecordedOn();
 }