예제 #1
0
파일: Order.php 프로젝트: nakashu/Sylius
 public function __construct()
 {
     parent::__construct();
     $this->payments = new ArrayCollection();
     $this->shipments = new ArrayCollection();
     $this->promotions = new ArrayCollection();
 }
예제 #2
0
파일: Cart.php 프로젝트: aleherse/Sylius
 /**
  * {@inheritdoc}
  */
 public function getIdentifier()
 {
     return parent::getId();
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->incrementExpiresAt();
 }