OrderItemGXCustomizerData
in package
Class OrderItemGXCustomizerData
Tags
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
$area
Area of the element data
protected
string
$area
= ''
$areaId
Id of the area
protected
int|null
$areaId
$elementId
Id of the element
protected
int|null
$elementId
$file
File of the element data
protected
string
$file
= ''
$name
Name of the element data
protected
string
$name
= ''
$set
Set of the element data
protected
string
$set
= ''
$setId
Id of the customer set
protected
int|null
$setId
$type
Type of the element data
protected
string
$type
= ''
$value
Value of the element data
protected
string
$value
= ''
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 —getArea()
Returns the area of the element data.
public
getArea() : string
Return values
string —getAreaId()
Returns the if of the area.
public
getAreaId() : int|null
Return values
int|null —getElementId()
Returns the id of the element.
public
getElementId() : int|null
Return values
int|null —getFile()
Returns the file of the element data.
public
getFile() : int
Return values
int —getName()
Returns the name of the element data.
public
getName() : string
Return values
string —getSet()
Returns the set of the element data.
public
getSet() : string
Return values
string —getSetId()
Returns the set of the element data.
public
getSetId() : int|null
Return values
int|null —getType()
Returns the type of the element data.
public
getType() : string
Return values
string —getValue()
Returns the value of the element data.
public
getValue() : int