コード例 #1
0
ファイル: Account.php プロジェクト: potfur/journal
 private function applyMoneyWereDepositedEvent(MoneyWereDepositedEvent $event)
 {
     $this->balance += $event->getAmount();
 }
コード例 #2
0
 public function getTimestamp()
 {
     return $this->event->getRecordedOn();
 }