Ejemplo n.º 1
0
Archivo: Cart.php Proyecto: 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);
 }