Inline::parseInnerHtml()
Go through all child elements and create clean inner HTML for them
Inline::parseInnerHtml(DOMNode $node, array $marks = [ ]): string|null
Parameters
Name | Type | Default |
---|---|---|
$node * | DOMNode |
– |
$marks | array |
[ ] |
Return type
string
|null