Changeset 22358


Ignore:
Timestamp:
2013/01/24 22:25:40 (11 years ago)
Author:
undertree
Message:

#1870 SC_CartSession#getAllProductID コメント通りの動作をしない
「正しく動作しない」かつ「どこからも呼ばれていない(@deprected)」メソッド getAllProductClassID を削除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_CartSession.php

    r22218 r22358  
    389389 
    390390    /** 
    391      * @deprected getAllProductClassID を使用して下さい 
    392      */ 
    393     function getAllProductID($productTypeId) { 
    394         trigger_error('正しく動作しないメソッドが呼び出されました。', E_USER_ERROR); 
    395     } 
    396  
    397     /** 
    398391     * カート内にある商品規格IDを全て取得する. 
    399392     * 
Note: See TracChangeset for help on using the changeset viewer.