Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

NonNull::__constructpublicWC 1.0

Метод класса: NonNull{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$NonNull = new NonNull();
$NonNull->__construct( $type );
$type(Type|callable) (обязательный)
.

Код NonNull::__construct() WC 11.0.1

public function __construct($type)
{
    $this->wrappedType = $type;
}