WishlistItemId
in package
Table of Contents
- $id : int
- create() : self
- Returns a new instance of Wishlist Item ID
- value() : int
- Returns the ID
- __construct() : mixed
- Constructor
Properties
$id
private
int
$id
Methods
create()
Returns a new instance of Wishlist Item ID
public
static create(int $id) : self
Parameters
- $id : int
Return values
self —value()
Returns the ID
public
value() : int
Return values
int —__construct()
Constructor
private
__construct(int $id) : mixed
Parameters
- $id : int