AbstractNode::hasChild

The hasChild() method checks if the specified node exists as a child of the target node.

Description

public AbstractNode::hasChild(NodeInterface $node): bool

Parameters

node

The NodeInterface instance to check for in the list of child nodes.

Return Value

Returns true if the specified node is a child of the current node, false otherwise.

Exceptions

None

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