Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->lists = new \Doctrine\Common\Collections\ArrayCollection();
     $this->menus = new \Doctrine\Common\Collections\ArrayCollection();
     $this->minRoleAccess = 'ANON';
     $this->forward = false;
 }
Example #2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->products = new \Doctrine\Common\Collections\ArrayCollection();
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->rules = new \Doctrine\Common\Collections\ArrayCollection();
     $this->addressRequired = true;
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->dateEnd = new \DateTime();
     $this->dateStart = new \DateTime();
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
     $this->prices = new \Doctrine\Common\Collections\ArrayCollection();
     $this->weight = 0;
 }