- Timestamp:
- 2013/05/02 18:11:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/tests/class/replace/SC_Display_Ex.php
r22567 r22796 4 4 * テスト用にSC_Displayクラスを変更してユーザエージェントを自在に設定できるようにしたクラスです。 5 5 */ 6 class SC_Display_Ex extends SC_Display 7 { 6 class SC_Display_Ex extends SC_Display { 8 7 9 8 /** テスト用に設定した端末種別 */ … … 16 15 * @return integer 端末種別ID 17 16 */ 18 public static function detectDevice($reset = FALSE) 19 { 17 public static function detectDevice($reset = FALSE) { 20 18 return self::$dummyDevice; 21 19 } … … 27 25 * @param $deviceType 端末種別ID 28 26 */ 29 public static function setDummyDevice($deviceType) 30 { 27 public static function setDummyDevice($deviceType) { 31 28 self::$dummyDevice = $deviceType; 32 29 }
Note: See TracChangeset
for help on using the changeset viewer.
