Пример #1
0
 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();
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setEnabled(true);
 }
Пример #3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
 }
Пример #4
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->childrens = new \Doctrine\Common\Collections\ArrayCollection();
     $this->setEnabled(true);
 }