Person
in package
Class User
Tags
Table of Contents
Properties
- $avatar : string|null
- $dateOfBirth : DateTime|null
- $firstName : string|null
- $id : mixed
- $language : string|null
- $lastName : string|null
- $notificationEmail : string|null
- $phoneCode : int|null
- $phoneNumber : string|null
- $userAccount : UserAccount
Methods
- getAvatar() : string|null
- Get $avatar
- getDateOfBirth() : DateTime|null
- Get the value of dateOfBirth
- getDeletedAtDateString() : string|null
- getFirstName() : string|null
- Get $firstName
- getFullName() : string|null
- getId() : int|null
- Get $id
- getLanguage() : string|null
- Get $language
- getLastName() : string|null
- Get $lastName
- getNotificationEmail() : string|null
- Get $notificationEmail
- getPhoneCode() : int|null
- Get $phoneCountry
- getPhoneNumber() : string|null
- Get $phoneNumber
- getUserAccount() : UserAccount
- Get $userAccount
- isDeleted() : bool
- jsonSerialize() : mixed
- setAvatar() : self
- Set $avatar
- setDateOfBirth() : self
- Set the value of dateOfBirth
- setFirstName() : self
- Set $firstName
- setLanguage() : self
- Set $language
- setLastName() : self
- Set $lastName
- setNotificationEmail() : self
- Set $notificationEmail
- setPhoneCode() : self
- Set $phoneCountry
- setPhoneNumber() : self
- Set $phoneNumber
- setUserAccount() : self
- Set $userAccount
Properties
$avatar
private
string|null
$avatar
Tags
$dateOfBirth
private
DateTime|null
$dateOfBirth
Tags
$firstName
private
string|null
$firstName
Tags
$id
private
mixed
$id
Tags
$language
private
string|null
$language
Tags
$lastName
private
string|null
$lastName
Tags
$notificationEmail
private
string|null
$notificationEmail
Tags
$phoneCode
private
int|null
$phoneCode
Tags
$phoneNumber
private
string|null
$phoneNumber
Tags
$userAccount
private
UserAccount
$userAccount
Tags
Methods
getAvatar()
Get $avatar
public
getAvatar() : string|null
Return values
string|nullgetDateOfBirth()
Get the value of dateOfBirth
public
getDateOfBirth() : DateTime|null
Return values
DateTime|nullgetDeletedAtDateString()
public
getDeletedAtDateString() : string|null
Return values
string|nullgetFirstName()
Get $firstName
public
getFirstName() : string|null
Return values
string|nullgetFullName()
public
getFullName() : string|null
Return values
string|nullgetId()
Get $id
public
getId() : int|null
Return values
int|nullgetLanguage()
Get $language
public
getLanguage() : string|null
Return values
string|nullgetLastName()
Get $lastName
public
getLastName() : string|null
Return values
string|nullgetNotificationEmail()
Get $notificationEmail
public
getNotificationEmail() : string|null
Return values
string|nullgetPhoneCode()
Get $phoneCountry
public
getPhoneCode() : int|null
Return values
int|nullgetPhoneNumber()
Get $phoneNumber
public
getPhoneNumber() : string|null
Return values
string|nullgetUserAccount()
Get $userAccount
public
getUserAccount() : UserAccount
Return values
UserAccountisDeleted()
public
isDeleted() : bool
Return values
booljsonSerialize()
public
jsonSerialize() : mixed
setAvatar()
Set $avatar
public
setAvatar(string|null $avatar) : self
Parameters
- $avatar : string|null
-
$avatar
Return values
selfsetDateOfBirth()
Set the value of dateOfBirth
public
setDateOfBirth(DateTime|null $dateOfBirth) : self
Parameters
- $dateOfBirth : DateTime|null
Return values
selfsetFirstName()
Set $firstName
public
setFirstName(string|null $firstName) : self
Parameters
- $firstName : string|null
-
$firstName
Return values
selfsetLanguage()
Set $language
public
setLanguage(string|null $language) : self
Parameters
- $language : string|null
-
$language
Return values
selfsetLastName()
Set $lastName
public
setLastName(string|null $lastName) : self
Parameters
- $lastName : string|null
-
$lastName
Return values
selfsetNotificationEmail()
Set $notificationEmail
public
setNotificationEmail(string|null $notificationEmail) : self
Parameters
- $notificationEmail : string|null
-
$notificationEmail
Return values
selfsetPhoneCode()
Set $phoneCountry
public
setPhoneCode(int|null $phoneCode) : self
Parameters
- $phoneCode : int|null
-
$phoneCountry
Return values
selfsetPhoneNumber()
Set $phoneNumber
public
setPhoneNumber(string|null $phoneNumber) : self
Parameters
- $phoneNumber : string|null
-
$phoneNumber
Return values
selfsetUserAccount()
Set $userAccount
public
setUserAccount(UserAccount $userAccount) : self
Parameters
- $userAccount : UserAccount
-
$userAccount