예제 #1
0
파일: Bonus.php 프로젝트: bart/salary
 public function __construct(Date $date)
 {
     $this->date = Date::createFromDate($date->year, $date->month, 15);
 }