AbstractNode::getPreviousSibling

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

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