コード例 #1
0
ファイル: ezshippingmanager.php プロジェクト: legende91/ez
 static function purgeShippingInfo($productCollectionID)
 {
     if (is_object($handler = eZShippingManager::loadShippingHandler())) {
         return $handler->purgeShippingInfo($productCollectionID);
     }
 }