예제 #1
0
파일: Rate.php 프로젝트: blab2015/seh
 /**
  * @param \Seh\Bundle\SehBundle\Entity\Reservit\RateType $type
  */
 public function setType($type)
 {
     $this->type = $type;
     $type->addRate($this);
     return $this;
 }