Ignore:
Timestamp:
2013/05/02 18:11:36 (11 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/test/util/User_Utils.php

    r22567 r22796  
    55 * 
    66 */ 
    7 class User_Utils 
    8 { 
     7class User_Utils { 
    98 
    109  /** 
     
    1413   * @param deviceType  端末種別ID 
    1514   */ 
    16   public static function setDeviceType($deviceType) 
    17   { 
     15  public static function setDeviceType($deviceType) { 
    1816    SC_Display_Ex::setDummyDevice($deviceType); 
    1917  } 
     
    2523   * @param isLogin true:ログインしている、false:ログインしていない 
    2624   */ 
    27   public static function setLoginState($isLogin, $customer = null, $objQuery = null) 
    28   { 
     25  public static function setLoginState($isLogin, $customer = null, $objQuery = null) { 
    2926    if (!$isLogin) { 
    3027      $_SESSION['customer']['customer_id'] = null; 
     
    4239   * ユーザ情報を外部から設定しなかった場合のデフォルト値を取得します。 
    4340   */ 
    44   private static function getDefaultCustomer() 
    45   { 
     41  private static function getDefaultCustomer() { 
    4642    $arrValue['customer_id'] = '999999998'; 
    4743    $arrValue['name01'] = '苗字'; 
Note: See TracChangeset for help on using the changeset viewer.