Documentation

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

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

getLeadEmail()

Get the value of leadEmail

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

getLeadUid()

Get the value of leadUid

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

getNewEmail()

Get the value of newEmail

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

getNewRefid()

Get the value of newRefid

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

getNewUid()

Get the value of newUid

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

setLeadEmail()

Set the value of leadEmail

public setLeadEmail(string|null $leadEmail) : self
Parameters
$leadEmail : string|null
Return values
self

setLeadUid()

Set the value of leadUid

public setLeadUid(string|null $leadUid) : self
Parameters
$leadUid : string|null
Return values
self

setNewEmail()

Set the value of newEmail

public setNewEmail(string|null $newEmail) : self
Parameters
$newEmail : string|null
Return values
self

setNewRefid()

Set the value of newRefid

public setNewRefid(string|null $newRefid) : self
Parameters
$newRefid : string|null
Return values
self

setNewUid()

Set the value of newUid

public setNewUid(string|null $newUid) : self
Parameters
$newUid : string|null
Return values
self

toRequestParameterArray()

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

        
On this page

Search results