Class EmailContent
Email content could be either plain text or HTML.
category |
System |
---|---|
package |
|
subpackage |
ValueObjects |
__construct(string $p_content)
Executes the validation checks upon the email content.
Throws |
|
---|
string
Could be either plain text or HTML.
__toString() : string
string
Equivalent string.
content : string
var |
Email Content |
---|
string