Skip to content

Kirby 5.0.4

$dom->innerMarkup()

Returns the XML or HTML markup contained in the node

$dom->innerMarkup(DOMNode $node): string

Parameters

Name Type Default
$noderequired DOMNode no default value

Return type

string

This method modifies the existing $dom object it is applied to and returns it again.

Parent class

Kirby\Toolkit\Dom