UserSocialTrait
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
at line 71
string|null
getSocialNetwork()
Get socialNetwork
at line 81
UserLight
setSocialId(string|null $socialId)
Set socialId
at line 91
string|null
getSocialId()
Get socialId
at line 101
UserLight
setSocialToken(string|null $socialToken)
Set socialToken
at line 111
string|null
getSocialToken()
Get socialToken
at line 121
UserLight
setSocialPicture(string|null $socialPicture)
Set socialPicture
at line 131
string|null
getSocialPicture()
Get socialPicture