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