コード例 #1
0
ファイル: Cart.php プロジェクト: voku/cart
 /**
  * Set the cart identifier, useful if restoring a saved cart
  *
  * @param mixed $identifier The identifier
  */
 public function setIdentifier($identifier)
 {
     $this->store->setIdentifier($identifier);
 }