Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
ListOfType::__construct
Method of the class: ListOfType{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ListOfType = new ListOfType(); $ListOfType->__construct( $type );
- $type(Type|callable) (required)
- .
ListOfType::__construct() ListOfType:: construct code WC 10.9.1
public function __construct($type)
{
$this->wrappedType = $type;
}