PHP Sigfox Client

CallbackEmail

Callback of type Email

Table of Contents

$message  : string|null
The body of the email to be sent
$subject  : string|null
The subject of the email to be sent
getMessage()  : string
Getter for message
getSubject()  : string
Getter for subject
setMessage()  : static
Setter for message
setSubject()  : static
Setter for subject

Properties

$message

The body of the email to be sent

protected string|null $message = null

$subject

The subject of the email to be sent

protected string|null $subject = null

Methods

getMessage()

Getter for message

public getMessage() : string
Return values
string

The body of the email to be sent

getSubject()

Getter for subject

public getSubject() : string
Return values
string

The subject of the email to be sent

setMessage()

Setter for message

public setMessage(string $message) : static
Parameters
$message : string

The body of the email to be sent

Return values
static

To use in method chains

setSubject()

Setter for subject

public setSubject(string $subject) : static
Parameters
$subject : string

The subject of the email to be sent

Return values
static

To use in method chains

Search results