예제 #1
0
파일: Channel.php 프로젝트: loic425/Sylius
 public function __construct()
 {
     parent::__construct();
     $this->currencies = new ArrayCollection();
     $this->locales = new ArrayCollection();
     $this->paymentMethods = new ArrayCollection();
     $this->shippingMethods = new ArrayCollection();
 }
예제 #2
0
파일: Channel.php 프로젝트: sylius/core
 public function __construct()
 {
     parent::__construct();
     $this->currencies = new ArrayCollection();
     $this->locales = new ArrayCollection();
 }