OrderItemGXCustomizerData
in package
Class OrderItemGXCustomizerData
Tags
Table of Contents
- $area : string
- Area of the element data
- $file : string
- File of the element data
- $name : string
- Name of the element data
- $set : string
- Set of the element data
- $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.
- 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.
- 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
= ''
$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
= ''
$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) : mixed
Parameters
- $set : StringType
- $area : StringType
- $type : StringType
- $name : StringType
- $value : StringType
- $file : StringType
Return values
mixed —getArea()
Returns the area of the element data.
public
getArea() : string
Return values
string —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 —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