Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

ListOfType::__constructpublicWC 1.0

Method of the class: ListOfType{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ListOfType = new ListOfType();
$ListOfType->__construct( $type );
$type(Type|callable) (required)
.

ListOfType::__construct() code WC 10.9.1

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