コード例 #1
0
ファイル: Cart.php プロジェクト: schpill/thin
 /**
  * Update the cart
  *
  * @param  CartCollection  $cart The new cart content
  * @return void
  */
 protected function updateCart($cart)
 {
     return $this->session->setContent($cart);
 }