CombiModelAndProductsIdDto
in package
implements
CombiModelAndProductsIdDtoInterface
Class CombiModelAndProductsIdDto
Interfaces, Classes and Traits
- CombiModelAndProductsIdDtoInterface
- Interface CombiModelAndProductsIdDtoInterface
Table of Contents
- $combiModel : string
- $productsId : int
- __construct() : mixed
- CombiModelAndProductsIdDto constructor.
- combiModel() : string
- productsId() : int
Properties
$combiModel
protected
string
$combiModel
$productsId
protected
int
$productsId
Methods
__construct()
CombiModelAndProductsIdDto constructor.
public
__construct(string $combiModel, int $productsId) : mixed
Parameters
- $combiModel : string
- $productsId : int
Return values
mixed —combiModel()
public
combiModel() : string
Tags
Return values
string —productsId()
public
productsId() : int