Documentation

UserAccountSettings
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$dateOfBirth  : string|null
$email  : string|null
$firstname  : string|null
$language  : string|null
$lastname  : string|null
$notificationEmail  : string|null
$originalDateOfBirth  : string|null
$password  : string|null
$passwordChanged  : bool
$phone  : int|null
$phoneCode  : int|null
$userId  : int|null

Methods

fromEntity()  : self
fromRequest()  : void
getDateOfBirth()  : string|null
Get the value of dateOfBirth
getEmail()  : string|null
getFirstname()  : string|null
getLanguage()  : string|null
getLastname()  : string|null
getNotificationEmail()  : string|null
getOriginalDateOfBirth()  : string|null
Get the value of originalDateOfBirth
getPassword()  : string|null
getPasswordChanged()  : bool
Get the value of passwordChanged
getPhone()  : mixed
getPhoneCode()  : mixed
getUserId()  : int|null
Get $userId
jsonSerialize()  : mixed
setDateOfBirth()  : self
Set the value of dateOfBirth
setEmail()  : void
setFirstName()  : void
setLanguage()  : void
setLastname()  : void
setNotificationEmail()  : self
setOriginalDateOfBirth()  : self
Set the value of originalDateOfBirth
setPassword()  : void
setPasswordChanged()  : self
Set the value of passwordChanged
setPhone()  : void
setPhoneCode()  : void
setUserId()  : self
Set $userId
toEntity()  : UserAccount
toValidatorArray()  : array<string|int, mixed>

Properties

Methods

fromRequest()

public fromRequest(array<string|int, mixed> $data) : void
Parameters
$data : array<string|int, mixed>

getDateOfBirth()

Get the value of dateOfBirth

public getDateOfBirth() : string|null
Return values
string|null

getNotificationEmail()

public getNotificationEmail() : string|null
Return values
string|null

getOriginalDateOfBirth()

Get the value of originalDateOfBirth

public getOriginalDateOfBirth() : string|null
Return values
string|null

getPasswordChanged()

Get the value of passwordChanged

public getPasswordChanged() : bool
Return values
bool

setDateOfBirth()

Set the value of dateOfBirth

public setDateOfBirth(string|null $dateOfBirth) : self
Parameters
$dateOfBirth : string|null
Return values
self

setEmail()

public setEmail(string|null $email) : void
Parameters
$email : string|null

setFirstName()

public setFirstName(string|null $firstname) : void
Parameters
$firstname : string|null

setLanguage()

public setLanguage(string|null $language) : void
Parameters
$language : string|null

setLastname()

public setLastname(string|null $lastname) : void
Parameters
$lastname : string|null

setNotificationEmail()

public setNotificationEmail(string|null $notificationEmail) : self
Parameters
$notificationEmail : string|null
Return values
self

setOriginalDateOfBirth()

Set the value of originalDateOfBirth

public setOriginalDateOfBirth(string|null $originalDateOfBirth) : self
Parameters
$originalDateOfBirth : string|null
Return values
self

setPassword()

public setPassword(string|null $password) : void
Parameters
$password : string|null

setPasswordChanged()

Set the value of passwordChanged

public setPasswordChanged(bool $passwordChanged) : self
Parameters
$passwordChanged : bool
Return values
self

setPhoneCode()

public setPhoneCode(mixed $phoneCode) : void
Parameters
$phoneCode : mixed

setUserId()

Set $userId

public setUserId(int|null $userId) : self
Parameters
$userId : int|null

$userId

Return values
self

toValidatorArray()

public toValidatorArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results