phpDocumentor

OrderItemGXCustomizerData
in package

Class OrderItemGXCustomizerData

Tags
category

System

subpackage

ValueObjects

Table of Contents

$area  : string
Area of the element data
$areaId  : int|null
Id of the area
$elementId  : int|null
Id of the element
$file  : string
File of the element data
$name  : string
Name of the element data
$set  : string
Set of the element data
$setId  : int|null
Id of the customer set
$type  : string
Type of the element data
$value  : string
Value of the element data
__construct()  : mixed
OrderItemGXCustomizerData constructor.
getArea()  : string
Returns the area of the element data.
getAreaId()  : int|null
Returns the if of the area.
getElementId()  : int|null
Returns the id of the element.
getFile()  : int
Returns the file of the element data.
getName()  : string
Returns the name of the element data.
getSet()  : string
Returns the set of the element data.
getSetId()  : int|null
Returns the set of the element data.
getType()  : string
Returns the type of the element data.
getValue()  : int
Returns the value of the element data.

Properties

Methods

__construct()

OrderItemGXCustomizerData constructor.

public __construct(StringType $set, StringType $area, StringType $type, StringType $name, StringType $value, StringType $file[, IdType|null $setId = null ][, IdType|null $elementId = null ][, IdType|null $areaId = null ]) : mixed
Parameters
$set : StringType
$area : StringType
$type : StringType
$name : StringType
$value : StringType
$file : StringType
$setId : IdType|null = null
$elementId : IdType|null = null
$areaId : IdType|null = null
Return values
mixed

Search results