Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions reference/dom/dom/dom-element.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@
<type>string</type>
<varname linkend="dom-element.props.innerhtml">innerHTML</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>string</type>
<varname linkend="dom-element.props.outerhtml">outerHTML</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>string</type>
Expand Down Expand Up @@ -237,6 +242,15 @@
<simpara>The inner HTML (or XML for XML documents) of the element.</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="dom-element.props.outerhtml">
<term><varname>outerHTML</varname></term>
<listitem>
<simpara>
The outer HTML (or XML for XML documents) of the element, including the
element itself. Available as of PHP 8.5.0.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="dom-element.props.substitutednodevalue">
<term><varname>substitutedNodeValue</varname></term>
<listitem>
Expand Down