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