Class OrderItemGXCustomizerData

Class OrderItemGXCustomizerData

Methods summary

public __construct( StringType $set, StringType $area, StringType $type, StringType $name, StringType $value, StringType $file )

OrderItemGXCustomizerData constructor.

public getSet( void ) : string

Returns the set of the element data.

public getArea( void ) : string

Returns the area of the element data.

public getType( void ) : string

Returns the type of the element data.

public getName( void ) : string

Returns the name of the element data.

public getValue( void ) : integer

Returns the value of the element data.

public getFile( void ) : integer

Returns the file of the element data.

Properties summary

protected $set : string

Set of the element data

''
protected $area : string

Area of the element data

''
protected $type : string

Type of the element data

''
protected $name : string

Name of the element data

''
protected $value : string

Value of the element data

''
protected $file : string

File of the element data

''