Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
NonNull::__construct
Метод класса: NonNull{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$NonNull = new NonNull(); $NonNull->__construct( $type );
- $type(Type|callable) (обязательный)
- .
Код NonNull::__construct() NonNull:: construct WC 11.0.1
public function __construct($type)
{
$this->wrappedType = $type;
}