Skip to content

Kirby 5.0.4

Inline::parseInnerHtml()

Go through all child elements and create clean inner HTML for them

Inline::parseInnerHtml(DOMElement $node, array $marks = [ ]): string|null

Parameters

Name Type Default
$noderequired DOMElement no default value
$marks array [ ]

Return types

stringornull

Parent class

Kirby\Parsley\Inline