Exemplo n.º 1
0
 /**
  * Set estateFeatures
  *
  * @param \AppBundle\Entity\EstateFeatures $estateFeatures
  * @return Estate
  */
 public function setEstateFeatures(\AppBundle\Entity\EstateFeatures $estateFeatures = null)
 {
     if ($estateFeatures instanceof EstateFeatures) {
         $estateFeatures->setEstate($this);
     }
     $this->estateFeatures = $estateFeatures;
     return $this;
 }