AttributeDTO
in package
Class AttributeDTO
Tags
Table of Contents
- $groupSortOrder : int
- $id : int
- $model : string
- $sortOrder : int
- $vpeId : int
- $vpeValue : int
- $weightPrefix : string
- $weightValue : float
- $vpeName : string|null
- __construct() : mixed
- AttributeDTO constructor.
- groupSortOrder() : int
- id() : int
- model() : string
- weight() : float
- weightPrefix() : string
Properties
$groupSortOrder
protected
int
$groupSortOrder
$id
protected
int
$id
$model
protected
string
$model
$sortOrder
protected
int
$sortOrder
$vpeId
protected
int
$vpeId
$vpeValue
protected
int
$vpeValue
$weightPrefix
protected
string
$weightPrefix
$weightValue
protected
float
$weightValue
$vpeName
private
string|null
$vpeName
Methods
__construct()
AttributeDTO constructor.
public
__construct(int $id, string $model, int $sortOrder, int $groupSortOrder, string $weightPrefix, float $weightValue) : mixed
Parameters
- $id : int
- $model : string
- $sortOrder : int
- $groupSortOrder : int
- $weightPrefix : string
- $weightValue : float
Return values
mixed —groupSortOrder()
public
groupSortOrder() : int
Return values
int —id()
public
id() : int
Return values
int —model()
public
model() : string
Return values
string —weight()
public
weight() : float
Return values
float —weightPrefix()
public
weightPrefix() : string