User
in package

Read onlyYes
FinalYes

Represents an authenticated user.

Tags
phan-file-suppress

PhanWriteOnlyPublicProperty

Table of Contents

Properties

$avatarUrl  : string
$email  : string
$name  : string
$nickname  : string
$picture  : string|null

Methods

__construct()  : mixed

Properties

$avatarUrl

public string $avatarUrl
Attributes
#[SensitiveParameter]

$email

public string $email
Attributes
#[SensitiveParameter]

$name

public string $name
Attributes
#[SensitiveParameter]

$nickname

public string $nickname
Attributes
#[SensitiveParameter]

$picture

public string|null $picture = null
Attributes
#[SensitiveParameter]

Methods

__construct()

public __construct(string $name, string $nickname, string $email, string $avatarUrl[, string|null $picture = null ]) : mixed
Parameters
$name : string
$nickname : string
$email : string
$avatarUrl : string
$picture : string|null = null

        
On this page

Search results