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