name = $name; $this->reviewingTranslations = new \Doctrine\Common\Collections\ArrayCollection(); } public function addLastTranslation(DDC117Translation $t) { $this->lastTranslation = $t; $t->lastTranslatedBy[] = $this; } }