- Timestamp:
- 2013/02/18 19:09:54 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/tests/class/test/util/User_Utils.php
r22164 r22567 5 5 * 6 6 */ 7 class User_Utils { 7 class User_Utils 8 { 8 9 9 10 /** … … 13 14 * @param deviceType 端末種別ID 14 15 */ 15 public static function setDeviceType($deviceType) { 16 public static function setDeviceType($deviceType) 17 { 16 18 SC_Display_Ex::setDummyDevice($deviceType); 17 19 } … … 23 25 * @param isLogin true:ログインしている、false:ログインしていない 24 26 */ 25 public static function setLoginState($isLogin, $customer = null, $objQuery = null) { 27 public static function setLoginState($isLogin, $customer = null, $objQuery = null) 28 { 26 29 if (!$isLogin) { 27 30 $_SESSION['customer']['customer_id'] = null; … … 39 42 * ユーザ情報を外部から設定しなかった場合のデフォルト値を取得します。 40 43 */ 41 private static function getDefaultCustomer() { 44 private static function getDefaultCustomer() 45 { 42 46 $arrValue['customer_id'] = '999999998'; 43 47 $arrValue['name01'] = '苗字';
Note: See TracChangeset
for help on using the changeset viewer.