SignupSubscribedEvent
extends FirstPromoterEvent
in package
Table of Contents
Properties
- $leadEmail : string|null
- $leadUid : string|null
- $newEmail : string|null
- $newRefid : string|null
- $newUid : string|null
- $state : string
Methods
- __construct() : mixed
- __toString() : mixed
- getLeadEmail() : string|null
- Get the value of leadEmail
- getLeadUid() : string|null
- Get the value of leadUid
- getNewEmail() : string|null
- Get the value of newEmail
- getNewRefid() : string|null
- Get the value of newRefid
- getNewUid() : string|null
- Get the value of newUid
- setLeadEmail() : self
- Set the value of leadEmail
- setLeadUid() : self
- Set the value of leadUid
- setNewEmail() : self
- Set the value of newEmail
- setNewRefid() : self
- Set the value of newRefid
- setNewUid() : self
- Set the value of newUid
- toRequestParameterArray() : array<string|int, mixed>
Properties
$leadEmail
private
string|null
$leadEmail
$leadUid
private
string|null
$leadUid
$newEmail
private
string|null
$newEmail
$newRefid
private
string|null
$newRefid
$newUid
private
string|null
$newUid
$state
private
string
$state
= 'signup'
Methods
__construct()
public
__construct(string|null $leadUid, string|null $leadEmail, string|null $newUid, string|null $newEmail, string|null $newRefid) : mixed
Parameters
- $leadUid : string|null
- $leadEmail : string|null
- $newUid : string|null
- $newEmail : string|null
- $newRefid : string|null
__toString()
public
__toString() : mixed
getLeadEmail()
Get the value of leadEmail
public
getLeadEmail() : string|null
Return values
string|nullgetLeadUid()
Get the value of leadUid
public
getLeadUid() : string|null
Return values
string|nullgetNewEmail()
Get the value of newEmail
public
getNewEmail() : string|null
Return values
string|nullgetNewRefid()
Get the value of newRefid
public
getNewRefid() : string|null
Return values
string|nullgetNewUid()
Get the value of newUid
public
getNewUid() : string|null
Return values
string|nullsetLeadEmail()
Set the value of leadEmail
public
setLeadEmail(string|null $leadEmail) : self
Parameters
- $leadEmail : string|null
Return values
selfsetLeadUid()
Set the value of leadUid
public
setLeadUid(string|null $leadUid) : self
Parameters
- $leadUid : string|null
Return values
selfsetNewEmail()
Set the value of newEmail
public
setNewEmail(string|null $newEmail) : self
Parameters
- $newEmail : string|null
Return values
selfsetNewRefid()
Set the value of newRefid
public
setNewRefid(string|null $newRefid) : self
Parameters
- $newRefid : string|null
Return values
selfsetNewUid()
Set the value of newUid
public
setNewUid(string|null $newUid) : self
Parameters
- $newUid : string|null
Return values
selftoRequestParameterArray()
public
toRequestParameterArray() : array<string|int, mixed>