Automattic\WooCommerce\Api\Attributes
Deprecated::__construct
Constructor.
Method of the class: Deprecated{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Deprecated = new Deprecated(); $Deprecated->__construct( readonly string $reason, );
- public readonly string $reason(required)
.
(required)
- .
Deprecated::__construct() Deprecated:: construct code WC 10.9.1
public function __construct(
public readonly string $reason,
) {
}