Example #1
0
 /**
  * Set reine
  *
  * @param \KG\BeekeepingManagementBundle\Entity\Reine $reine
  * @return Remerage
  */
 public function setReine(\KG\BeekeepingManagementBundle\Entity\Reine $reine)
 {
     $this->reine = $reine;
     $reine->setRemerage($this);
     return $this;
 }