Ignore:
Timestamp:
2013/05/02 18:11:36 (13 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/tests/class/replace/SC_Display_Ex.php

    r22567 r22796  
    44 * テスト用にSC_Displayクラスを変更してユーザエージェントを自在に設定できるようにしたクラスです。 
    55 */ 
    6 class SC_Display_Ex extends SC_Display 
    7 { 
     6class SC_Display_Ex extends SC_Display { 
    87 
    98  /** テスト用に設定した端末種別 */ 
     
    1615   * @return    integer 端末種別ID 
    1716   */ 
    18   public static function detectDevice($reset = FALSE) 
    19   { 
     17  public static function detectDevice($reset = FALSE) { 
    2018    return self::$dummyDevice; 
    2119  } 
     
    2725   * @param     $deviceType 端末種別ID 
    2826   */ 
    29   public static function setDummyDevice($deviceType) 
    30   { 
     27  public static function setDummyDevice($deviceType) { 
    3128    self::$dummyDevice = $deviceType; 
    3229  } 
Note: See TracChangeset for help on using the changeset viewer.