AttributeIdDto
in package
Class AttributeIdDto
Table of Contents
- $attributeId : int
- $attributeValueId : int
- __construct() : mixed
- AttributeIdDto constructor.
- attributeId() : int
- attributeValueId() : int
Properties
$attributeId
protected
int
$attributeId
$attributeValueId
protected
int
$attributeValueId
Methods
__construct()
AttributeIdDto constructor.
public
__construct(int $attributeId, int $attributeValueId) : mixed
Parameters
- $attributeId : int
- $attributeValueId : int
Return values
mixed —attributeId()
public
attributeId() : int
Return values
int —attributeValueId()
public
attributeValueId() : int