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