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
weight()  : float
weightPrefix()  : string

Properties

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

model()

public model() : string
Return values
string

weight()

public weight() : float
Return values
float

weightPrefix()

public weightPrefix() : string
Return values
string

Search results