AbstractNode::moveToLastSibling

The moveToLastSibling() method moves the target node to the last position among its sibling nodes.

Description

public AbstractNode::moveToLastSibling(): ?NodeInterface

Parameters

None

Return Value

Returns a NodeInterface representing the previous last sibling, or null if the operation failed.

Exceptions

HIERARCHY_REQUEST_ERR

Thrown if the target node cannot be moved to the last position due to hierarchy constraints.

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