Skip to content

message toHTML

SilverOS edited this page Mar 16, 2020 · 1 revision

message->toHTML() returns the HTML string containing message's text.

function toHTML()

This was made using entityParser class, which was programmed by @davtur19 (original repository)

Example:

$message->toHTML();
Clone this wiki locally