The getFirstChild()
method retrieves the first child node of the target node.
Description
public AbstractNode::getFirstChild(): ?NodeInterface
Parameters
None
Return Value
The first child node or null
if the target node has no children.
Exceptions
None