public function __construct() { parent::__construct(); $this->items_contact = new \Doctrine\Common\Collections\ArrayCollection(); $this->items_block = new \Doctrine\Common\Collections\ArrayCollection(); $this->items_media = new \Doctrine\Common\Collections\ArrayCollection(); $this->items_content = new \Doctrine\Common\Collections\ArrayCollection(); $this->items_slider = new \Doctrine\Common\Collections\ArrayCollection(); $this->items_menu = new \Doctrine\Common\Collections\ArrayCollection(); }
public function __construct() { parent::__construct(); $this->setEnabled(true); }
/** * Constructor */ public function __construct() { parent::__construct(); }
/** * Constructor */ public function __construct() { parent::__construct(); $this->childrens = new \Doctrine\Common\Collections\ArrayCollection(); $this->setEnabled(true); }