trait UserSocialTrait

Trait UserSocialTrait

Properties

private string $socialNetwork Social network for the user
private string $socialId Social id for the user
private string $socialToken Social token for the user
private string $socialPicture Social picture url for the user

Methods

setSocialNetwork(string|null $socialNetwork)

Set socialNetwork

string|null
getSocialNetwork()

Get socialNetwork

setSocialId(string|null $socialId)

Set socialId

string|null
getSocialId()

Get socialId

setSocialToken(string|null $socialToken)

Set socialToken

string|null
getSocialToken()

Get socialToken

setSocialPicture(string|null $socialPicture)

Set socialPicture

string|null
getSocialPicture()

Get socialPicture

Details

at line 61
UserLight setSocialNetwork(string|null $socialNetwork)

Set socialNetwork

Parameters

string|null $socialNetwork Social Network

Return Value

UserLight

at line 71
string|null getSocialNetwork()

Get socialNetwork

Return Value

string|null

at line 81
UserLight setSocialId(string|null $socialId)

Set socialId

Parameters

string|null $socialId Social id

Return Value

UserLight

at line 91
string|null getSocialId()

Get socialId

Return Value

string|null

at line 101
UserLight setSocialToken(string|null $socialToken)

Set socialToken

Parameters

string|null $socialToken Social token

Return Value

UserLight

at line 111
string|null getSocialToken()

Get socialToken

Return Value

string|null

at line 121
UserLight setSocialPicture(string|null $socialPicture)

Set socialPicture

Parameters

string|null $socialPicture Social picture

Return Value

UserLight

at line 131
string|null getSocialPicture()

Get socialPicture

Return Value

string|null