Ejemplo n.º 1
0
 private function applyMoneyWereWithdrawnEvent(MoneyWereWithdrawnEvent $event)
 {
     $this->balance -= $event->getAmount();
 }
Ejemplo n.º 2
0
 public function getTimestamp()
 {
     return $this->event->getRecordedOn();
 }