Ejemplo n.º 1
0
 /**
  * @param Brand $brand
  * @return $this
  */
 public function setBrand(\Seh\Bundle\SehBundle\Entity\Brand $brand = null)
 {
     $this->brand = $brand;
     $brand->addHotel($this);
     return $this;
 }