Documentation

SignupNewEvent extends FirstPromoterEvent
in package

Table of Contents

Properties

$email  : string
$eventId  : string
$refId  : string
$uid  : string

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

Methods

getEmail()

Get the value of email

public getEmail() : string
Return values
string

getRefId()

Get the value of refId

public getRefId() : string
Return values
string

getUid()

Get the value of uid

public getUid() : string
Return values
string

setEmail()

Set the value of email

public setEmail(string $email) : self
Parameters
$email : string
Return values
self

setRefId()

Set the value of refId

public setRefId(string $refId) : self
Parameters
$refId : string
Return values
self

setUid()

Set the value of uid

public setUid(string $uid) : self
Parameters
$uid : string
Return values
self

toRequestParameterArray()

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

        
On this page

Search results