Automattic\WooCommerce\Vendor\GraphQL\Language\AST

NodeList::countpublicWC 1.0

Method of the class: NodeList{}

No Hooks.

Returns

null. Nothing (null).

Usage

$NodeList = new NodeList();
$NodeList->count(): int;

NodeList::count() code WC 10.9.1

public function count(): int
{
    return count($this->nodes);
}