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