The getPreviousSibling()
method retrieves the node immediately preceding the target node in its parent's child list.
Description
public AbstractNode::getPreviousSibling(): ?NodeInterface
Parameters
None
Return Value
The node representing the previous sibling of the target node, or null
if the target node is the first child of its parent.
Exceptions
None