Your IP : 3.133.141.201
--- title: link_nodes (protected) --- ```php link_nodes ( object &$node, bool $is_child ) ``` Links the provided node to the DOM tree. | Parameter | Description | --------- | ----------- | `node` | The node to link to the DOM tree. | `is_child` | If active, makes the node a sibling of the current node (child of parent). |