ElementNode::getFirstElementChild

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

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