Automattic\WooCommerce\Vendor\GraphQL\Language\AST
NodeList::count
Method of the class: NodeList{}
No Hooks.
Returns
null. Nothing (null).
Usage
$NodeList = new NodeList(); $NodeList->count(): int;
NodeList::count() NodeList::count code WC 10.9.1
public function count(): int
{
return count($this->nodes);
}