Example #1
0
 /**
  * Add image
  *
  * @param \AppBundle\Entity\Image $image
  *
  * @return Property
  */
 public function addImage(\AppBundle\Entity\Image $image)
 {
     $image->setProperty($this);
     $this->images->add($image);
     return $this;
 }