phpDocumentor

AttributeDTO

Class AttributeDTO

Tags
codeCoverageIgnore

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
vpeId()  : int
vpeName()  : string|null
vpeValue()  : float
weight()  : float
weightPrefix()  : string

Properties

Methods

__construct()

AttributeDTO constructor.

public __construct(int $id, string $model, int|null $vpeId, string|null $vpeName, float|null $vpeValue, int $sortOrder, int $groupSortOrder, string $weightPrefix, float $weightValue) : mixed
Parameters
$id : int
$model : string
$vpeId : int|null
$vpeName : string|null
$vpeValue : float|null
$sortOrder : int
$groupSortOrder : int
$weightPrefix : string
$weightValue : float
Return values
mixed

groupSortOrder()

public groupSortOrder() : int
Return values
int

model()

public model() : string
Return values
string

vpeName()

public vpeName() : string|null
Return values
string|null

vpeValue()

public vpeValue() : float
Return values
float

weight()

public weight() : float
Return values
float

weightPrefix()

public weightPrefix() : string
Return values
string

Search results