예제 #1
0
파일: Rate.php 프로젝트: blab2015/seh
 /**
  * @return bool
  */
 public function isLastMinute()
 {
     return $this->type->getReservitId() == RateType::LAST_MINUTE;
 }