Automattic\WooCommerce\Vendor\GraphQL\Language\AST
NodeList::offsetUnset
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() NodeList::offsetUnset code WC 10.9.1
public function offsetUnset($offset): void
{
unset($this->nodes[$offset]);
}