Automattic\WooCommerce\Api\Attributes

ConnectionOf::__constructpublicWC 1.0

Constructor.

Method of the class: ConnectionOf{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

.

(required)

.

ConnectionOf::__construct() code WC 11.0.1

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