Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminAccess
    • Collections
    • Deleters
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Managers
    • Readers
    • Writers
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Review
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories
  • Withdrawal
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects

Classes

  • OrderAddressBlock
  • OrderItemGXCustomizerData
  • OrderServiceSettings

Class OrderItemGXCustomizerData

Class OrderItemGXCustomizerData

Package: Order\ValueObjects
Category: System
Located at Services/Core/Order/ValueObjects/OrderItemGXCustomizerData.inc.php

Methods summary

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

OrderItemGXCustomizerData constructor.

OrderItemGXCustomizerData constructor.

Parameters

$set
$area
$type
$name
$value
$file
public string
# getSet( )

Returns the set of the element data.

Returns the set of the element data.

Returns

string
public string
# getArea( )

Returns the area of the element data.

Returns the area of the element data.

Returns

string
public string
# getType( )

Returns the type of the element data.

Returns the type of the element data.

Returns

string
public string
# getName( )

Returns the name of the element data.

Returns the name of the element data.

Returns

string
public integer
# getValue( )

Returns the value of the element data.

Returns the value of the element data.

Returns

integer
public integer
# getFile( )

Returns the file of the element data.

Returns the file of the element data.

Returns

integer

Properties summary

protected string $set

Set of the element data

Set of the element data

# ''
protected string $area

Area of the element data

Area of the element data

# ''
protected string $type

Type of the element data

Type of the element data

# ''
protected string $name

Name of the element data

Name of the element data

# ''
protected string $value

Value of the element data

Value of the element data

# ''
protected string $file

File of the element data

File of the element data

# ''
API documentation generated by ApiGen