ElementNode::getPreviousElementSibling

The getPreviousElementSibling() method returns the previous sibling element of the current node.

Description

public ElementNode::getPreviousElementSibling(): ?ElementInterface

Parameters

None

Return Value

Returns the previous 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!