AbstractNode::getFirstChild

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

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