ProductMapping
Table of Contents
-
MAPPING_COMBI
= 'combi'
-
MAPPING_NONE
= 'none'
-
MAPPING_PRODUCT
= 'product'
-
$afterbuyProductId
: int|null
-
$combiId
: int|null
-
$productsId
: int|null
-
$type
: string
-
__construct()
: mixed
-
getAfterbuyProductId()
: int|null
-
getCombiId()
: int|null
-
getProductsId()
: int
-
getType()
: string
-
isType()
: bool
MAPPING_COMBI
public
mixed
MAPPING_COMBI
= 'combi'
MAPPING_NONE
public
mixed
MAPPING_NONE
= 'none'
MAPPING_PRODUCT
public
mixed
MAPPING_PRODUCT
= 'product'
$afterbuyProductId
private
int|null
$afterbuyProductId
$combiId
private
int|null
$combiId
= null
$productsId
private
int|null
$productsId
= null
$type
private
string
$type
__construct()
public
__construct([int|null $productsId = null ][, int|null $combiId = null ][, int $afterbuyProductId = null ]) : mixed
Parameters
-
$productsId
: int|null
= null
-
-
$combiId
: int|null
= null
-
-
$afterbuyProductId
: int
= null
-
Return values
mixed
—
getAfterbuyProductId()
public
getAfterbuyProductId() : int|null
Return values
int|null
—
getCombiId()
public
getCombiId() : int|null
Return values
int|null
—
getProductsId()
public
getProductsId() : int
Return values
int
—
getType()
public
getType() : string
Return values
string
—
isType()
public
isType(string $type) : bool
Parameters
-
$type
: string
-
Return values
bool
—