phpDocumentor

ProductMapping
in package

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

Constants

Properties

Methods

__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

isType()

public isType(string $type) : bool
Parameters
$type : string
Return values
bool

Search results