WishlistItem
extends ResourceModel
in package
Tags
Table of Contents
- $id : int
- $product_id : int
- $variant_id : int|null
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Properties
$id
public
int
$id
Tags
$product_id
public
int
$product_id
Tags
$variant_id
public
int|null
$variant_id
Tags
Methods
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
- $optionObject : stdClass|null = null
Tags
Return values
mixed —jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>