GroupCallbackEmail
Callback of email type
Table of Contents
- $message : string|null
 - The body of the mail which have been sent
 - $subject : string|null
 - the subject of the mail which have been 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 mail which have been sent
    protected
        string|null
    $message
     = null
    
    
    
$subject
the subject of the mail which have been sent
    protected
        string|null
    $subject
     = null
    
    
    
Methods
getMessage()
Getter for message
    public
                getMessage() : string
    
    
    
        Return values
string —The body of the mail which have been sent
getSubject()
Getter for subject
    public
                getSubject() : string
    
    
    
        Return values
string —the subject of the mail which have been sent
setMessage()
Setter for message
    public
                setMessage(string $message) : static
    
        Parameters
- $message : string
 - 
                    
The body of the mail which have been 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 mail which have been sent
 
Return values
static —To use in method chains