예제 #1
0
파일: Account.php 프로젝트: potfur/journal
 private function applyMoneyWereWithdrawnEvent(MoneyWereWithdrawnEvent $event)
 {
     $this->balance -= $event->getAmount();
 }
예제 #2
0
 public function getTimestamp()
 {
     return $this->event->getRecordedOn();
 }