Documentation

UserData
in package

Represents data which belongs to a user.

Tags
author

Aberdeener

version
2.0.0-pr13
license

MIT

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

$authme_sync_password

public bool $authme_sync_password

$avatar_updated

public string|null $avatar_updated

$language_id

public int|null $language_id

$last_online

public int|null $last_online

$night_mode

public bool|null $night_mode

$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_secret

public string|null $tfa_secret

$topic_updates

public bool $topic_updates

$user_title

public string|null $user_title

$warning_points

public int $warning_points

Methods

__construct()

public __construct(object $row) : mixed
Parameters
$row : object

        
On this page

Search results