The getFirstElementChild()
method returns the first child element of the current node.
Description
public ElementNode::getFirstElementChild(): ?ElementInterface
Parameters
None
Return Value
Returns the first child element of the current node, or null
if no child element exists.
Exceptions
None