示例#1
0
 public function setAdminUserId($userId)
 {
     if (self::$cacheEnable) {
         self::$_admin_user_id = $userId;
     }
 }