コード例 #1
0
ファイル: _ide_helper.php プロジェクト: whplay/ohmate-shop
 /**
  * 
  *
  * @param int $id
  * @return array 
  * @static 
  */
 public static function removeItemsById($id)
 {
     return \App\Werashop\Cart\SessionDrivenCart::removeItemsById($id);
 }