コード例 #1
0
ファイル: CartContext.php プロジェクト: pguso/WellCommerce
 /**
  * {@inheritdoc}
  */
 public function getCurrentCartIdentifier()
 {
     if ($this->hasCurrentCart()) {
         return $this->currentCart->getId();
     }
     return null;
 }