Пример #1
0
 private function applyMoneyWereWithdrawnEvent(MoneyWereWithdrawnEvent $event)
 {
     $this->balance -= $event->getAmount();
 }
Пример #2
0
 public function getTimestamp()
 {
     return $this->event->getRecordedOn();
 }