コード例 #1
0
ファイル: User.php プロジェクト: stachura93/OtoGielda
 /**
  * @ORM\PostLoad
  */
 public function init()
 {
     $this->comment = new \Doctrine\Common\Collections\ArrayCollection();
     $this->auction = new \Doctrine\Common\Collections\ArrayCollection();
     parent::init();
 }