UserData
in package
Represents data which belongs to a user.
Tags
Table of Contents
Properties
- $active : bool
- $authme_sync_password : bool
- $avatar_updated : string|null
- $banner : string|null
- $email : string
- $gravatar : bool
- $has_avatar : bool
- $id : int
- $isbanned : bool
- $joined : int
- $language_id : int|null
- $last_online : int|null
- $lastip : string
- $nickname : string
- $night_mode : bool|null
- $pass_method : string
- $password : string
- $private_profile : bool
- $profile_views : int
- $register_method : string|null
- $reset_code : string|null
- $signature : string|null
- $tfa_complete : bool
- $tfa_enabled : bool
- $tfa_secret : string|null
- $tfa_type : int
- $theme_id : int|null
- $timezone : string
- $topic_updates : bool
- $user_title : string|null
- $username : string
- $warning_points : int
Methods
- __construct() : mixed
Properties
$active
public
bool
$active
$authme_sync_password
public
bool
$authme_sync_password
$avatar_updated
public
string|null
$avatar_updated
$banner
public
string|null
$banner
public
string
$email
$gravatar
public
bool
$gravatar
$has_avatar
public
bool
$has_avatar
$id
public
int
$id
$isbanned
public
bool
$isbanned
$joined
public
int
$joined
$language_id
public
int|null
$language_id
$last_online
public
int|null
$last_online
$lastip
public
string
$lastip
$nickname
public
string
$nickname
$night_mode
public
bool|null
$night_mode
$pass_method
public
string
$pass_method
$password
public
string
$password
$private_profile
public
bool
$private_profile
$profile_views
public
int
$profile_views
$register_method
public
string|null
$register_method
$reset_code
public
string|null
$reset_code
$signature
public
string|null
$signature
$tfa_complete
public
bool
$tfa_complete
$tfa_enabled
public
bool
$tfa_enabled
$tfa_secret
public
string|null
$tfa_secret
$tfa_type
public
int
$tfa_type
$theme_id
public
int|null
$theme_id
$timezone
public
string
$timezone
$topic_updates
public
bool
$topic_updates
$user_title
public
string|null
$user_title
$username
public
string
$username
$warning_points
public
int
$warning_points
Methods
__construct()
public
__construct(object $row) : mixed
Parameters
- $row : object