Ignore:
Timestamp:
2011/10/28 18:58:18 (12 years ago)
Author:
shutta
Message:

#1527 (端末種別の判別ルーチンの統一)
Net_UserAgent_Mobile::isMobile()な処理をSC_Display_Ex::detectDevice()に統一。
但し、SC_Mobile_UserAgent::isNonMobile()は、対象から除外した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/SC_MobileUserAgent.php

    r20764 r21302  
    117117     */ 
    118118    function isNonMobile() { 
     119        /** 
     120         * ここは、自クラスのメソッドの逆関数なので、 
     121         * EC-CUBE標準規約/リファクタリングガイドラインの 
     122         * SC_Display_Ex::detectDevice()への統一からは除外。 
     123         */ 
    119124        return !SC_MobileUserAgent_Ex::isMobile(); 
    120125    } 
Note: See TracChangeset for help on using the changeset viewer.