ElementNode::getLastElementChild

The getLastElementChild() method returns the last child element of the current node.

Description

public ElementNode::getLastElementChild(): ?ElementInterface

Parameters

None

Return Value

Returns the last child element of the current node, or null if no child element exists.

Exceptions

None

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