SignupNewEvent
extends FirstPromoterEvent
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- __toString() : mixed
- getEmail() : string
- Get the value of email
- getRefId() : string
- Get the value of refId
- getUid() : string
- Get the value of uid
- setEmail() : self
- Set the value of email
- setRefId() : self
- Set the value of refId
- setUid() : self
- Set the value of uid
- toRequestParameterArray() : array<string|int, mixed>
Properties
private
string
$email
$eventId
private
string
$eventId
$refId
private
string
$refId
$uid
private
string
$uid
Methods
__construct()
public
__construct(Client $client, string $refId) : mixed
Parameters
- $client : Client
- $refId : string
__toString()
public
__toString() : mixed
getEmail()
Get the value of email
public
getEmail() : string
Return values
stringgetRefId()
Get the value of refId
public
getRefId() : string
Return values
stringgetUid()
Get the value of uid
public
getUid() : string
Return values
stringsetEmail()
Set the value of email
public
setEmail(string $email) : self
Parameters
- $email : string
Return values
selfsetRefId()
Set the value of refId
public
setRefId(string $refId) : self
Parameters
- $refId : string
Return values
selfsetUid()
Set the value of uid
public
setUid(string $uid) : self
Parameters
- $uid : string
Return values
selftoRequestParameterArray()
public
toRequestParameterArray() : array<string|int, mixed>