ElementNode::getNextElementSibling

The getNextElementSibling() method returns the next sibling element of the current node.

Description

public ElementNode::getNextElementSibling(): ?ElementInterface

Parameters

None

Return Value

Returns the next sibling element of the current node, or null if no such sibling exists.

Exceptions

None

Source Code
If you find this project useful, consider leaving a on GitHub! Thank you!