Public Member Functions | |
checkMedia () | |
INSERT BRIEF DESCRIPTION HERE. | |
setHTML ($html) | |
Set the HTML content. | |
updateFileList () | |
INSERT BRIEF DESCRIPTION HERE. |
This content module contains simple HTML. It need not be a full HTML document. A valid snippet is fine. The HTML is validated using SXMLHelper::validateXML(), but it is not validated against any schema (so it is only checked for well-formedness).
SnapContentHtml::checkMedia | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
Reimplemented from SnapContent.
SnapContentHtml::setHTML | ( | $ | html | ) |
Set the HTML content.
If the HTML is invalid, an error is set on this object. You should check the validity of the HTML before putting it into this content module if you want better control over error propagation.
$html | [string]: valid HTML string to put into this content module |
SnapContentHtml::updateFileList | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
Reimplemented from SnapContent.