Automattic\WooCommerce\Api\Attributes
ConnectionOf::__construct
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() ConnectionOf:: construct code WC 11.0.1
public function __construct(
public readonly string $type,
) {
}