Automattic\WooCommerce\Vendor\GraphQL\Language\AST

NodeList::offsetUnsetpublicWC 1.0ReturnTypeWillChange

Method of the class: NodeList{}

No Hooks.

Returns

null. Nothing (null).

Usage

$NodeList = new NodeList();
$NodeList->offsetUnset( $offset ): void;
$offset(int|string) (required)
.

NodeList::offsetUnset() code WC 10.9.1

public function offsetUnset($offset): void
{
    unset($this->nodes[$offset]);
}