コード例 #1
0
ファイル: Cart.php プロジェクト: dextercool/yii2-cart
 /**
  * Saves cart to the data
  */
 public function save()
 {
     $this->storage->write($this);
 }