Automattic\WooCommerce\EmailEditor\Validator\Schema
Array_Schema::uniqueItems
Sets the uniqueItems property to true.
Method of the class: Array_Schema{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Array_Schema = new Array_Schema(); $Array_Schema->uniqueItems(): self;
Array_Schema::uniqueItems() Array Schema::uniqueItems code WC 10.6.2
public function uniqueItems(): self {
return $this->update_schema_property( 'uniqueItems', true );
}