diff --git a/reference/dom/dom/dom-element.xml b/reference/dom/dom/dom-element.xml index f162d590f6..ea83944c4e 100644 --- a/reference/dom/dom/dom-element.xml +++ b/reference/dom/dom/dom-element.xml @@ -1,5 +1,5 @@ - + Класс Dom\Element @@ -122,11 +122,22 @@ Dom\Elementnull nextElementSibling + + public + readonly + Dom\HTMLCollection + children + public string innerHTML + + public + string + outerHTML + public string @@ -226,12 +237,26 @@ + + + + + innerHTML Внутренний HTML (или XML для XML-документов) элемента. + + outerHTML + + + The outer HTML (or XML for XML documents) of the element, including the + element itself. Available as of PHP 8.5.0. + + + substitutedNodeValue diff --git a/reference/dom/dom/dom-parentnode.xml b/reference/dom/dom/dom-parentnode.xml index 096b27aadb..db4a2ca7ce 100644 --- a/reference/dom/dom/dom-parentnode.xml +++ b/reference/dom/dom/dom-parentnode.xml @@ -1,5 +1,5 @@ - + Интерфейс Dom\ParentNode @@ -23,6 +23,14 @@ Dom\ParentNode + &Properties; + + public + readonly + Dom\HTMLCollection + children + + &Methods; @@ -31,6 +39,20 @@ +
+ &reftitle.properties; + + + children + + + Объект Dom\HTMLCollection, содержащий все дочерние элементы данного узла. Доступно начиная с PHP 8.5.0. + + + + +
+ &reference.dom.dom.entities.parentnode;