Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function __construct()
 {
     parent::__construct();
     $this->carts = new ArrayCollection();
     $this->orders = new ArrayCollection();
 }
Beispiel #2
0
 /**
  * {@inheritdoc}
  */
 public function __construct()
 {
     parent::__construct();
     $this->carts = new ArrayCollection();
     $this->orders = new ArrayCollection();
     $this->newsletterSubscribers = new ArrayCollection();
 }