/** * @ORM\PostLoad */ public function init() { $this->comment = new \Doctrine\Common\Collections\ArrayCollection(); $this->auction = new \Doctrine\Common\Collections\ArrayCollection(); parent::init(); }