Table of Contents
Constants
-
SEND_MAIL
= false
Properties
-
$amazonUserId
: string
-
$email
: string
-
$firstname
: string
-
$lastname
: string
Methods
-
fromAmazonResponse()
: self
-
fromArray()
: void
-
getAmazonUserId()
: string
-
getEmail()
: mixed
-
getFirstname()
: mixed
-
getLastname()
: mixed
-
getSendMail()
: mixed
-
setAmazonUserId()
: mixed
-
setEmail()
: mixed
-
setFirstname()
: mixed
-
setLastname()
: mixed
-
toNewUserInsertArray()
: array<string|int, mixed>
-
getName()
: mixed
SEND_MAIL
public
mixed
SEND_MAIL
= false
$amazonUserId
private
string
$amazonUserId
$email
private
string
$email
$firstname
private
string
$firstname
$lastname
private
string
$lastname
fromAmazonResponse()
public
fromAmazonResponse(mixed $amazonResponse) : self
Parameters
-
$amazonResponse
: mixed
-
fromArray()
public
fromArray(array<string|int, mixed> $data) : void
Parameters
-
$data
: array<string|int, mixed>
-
getAmazonUserId()
public
getAmazonUserId() : string
getEmail()
public
getEmail() : mixed
getFirstname()
public
getFirstname() : mixed
getLastname()
public
getLastname() : mixed
getSendMail()
public
getSendMail() : mixed
setAmazonUserId()
public
setAmazonUserId(string $amazonUserId) : mixed
Parameters
-
$amazonUserId
: string
-
setEmail()
public
setEmail(mixed $email) : mixed
Parameters
-
$email
: mixed
-
setFirstname()
public
setFirstname(mixed $firstname) : mixed
Parameters
-
$firstname
: mixed
-
setLastname()
public
setLastname(mixed $lastname) : mixed
Parameters
-
$lastname
: mixed
-
toNewUserInsertArray()
public
toNewUserInsertArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
getName()
private
getName(string $name) : mixed
Parameters
-
$name
: string
-