Automattic\WooCommerce\Api\Attributes

ArrayOf::__constructpublicWC 1.0

Constructor.

Method of the class: ArrayOf{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ArrayOf = new ArrayOf();
$ArrayOf->__construct( readonly string $type, );
public readonly string $type(required)

.

(required)

.

ArrayOf::__construct() code WC 10.9.4

public function __construct(
	public readonly string $type,
) {
}