コード例 #1
0
ファイル: basket.php プロジェクト: Satariall/izurit
 function DeleteOldAgent($nDays, $speed = 0)
 {
     return Sale\Basket::deleteOldAgent($nDays, $speed);
 }