SpecialOfferId
in package
implements
SpecialOfferIdInterface
Class SpecialOfferId
Interfaces, Classes and Traits
- SpecialOfferIdInterface
- Interface SpecialOfferIdInterface
Table of Contents
- $specialOfferId : int|null
- __construct() : mixed
- SpecialOfferId constructor.
- create() : SpecialOfferId
- Named constructor of special offer id.
- specialOfferId() : int|null
- Returns the special offer id.
Properties
$specialOfferId
protected
int|null
$specialOfferId
Methods
__construct()
SpecialOfferId constructor.
public
__construct([IdType|null $specialOfferId = null ]) : mixed
Parameters
- $specialOfferId : IdType|null = null
-
Special offer id.
Return values
mixed —create()
Named constructor of special offer id.
public
static create([int|null $specialOfferId = null ]) : SpecialOfferId
Parameters
- $specialOfferId : int|null = null
-
Special offer id.
Return values
SpecialOfferId —New instance.
specialOfferId()
Returns the special offer id.
public
specialOfferId() : int|null
Return values
int|null —Id of special offer.