Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • ProductAttribute
  • StoredProductAttribute

Class StoredProductAttribute

Class StoredProductAttribute

ProductAttribute implements ProductAttributeInterface
Extended by StoredProductAttribute implements StoredProductAttributeInterface
Package: ProductModule\Entities
Category: System
Located at Services/Core/ProductModule/Entities/StoredProductAttribute.inc.php

Methods summary

public
# __construct( IdType $attributeId )

Initialize the stored product attribute.

Initialize the stored product attribute.

Parameters

$attributeId
Id of product attribute.

Overrides

ProductAttribute::__construct
public integer
# getAttributeId( )

Returns the attribute id.

Returns the attribute id.

Returns

integer
Id of product attribute.

Implementation of

StoredProductAttributeInterface::getAttributeId()

Methods inherited from ProductAttribute

getAttributeEan(), getAttributeModel(), getOptionId(), getOptionValueId(), getPrice(), getPriceType(), getSortOrder(), getStock(), getVpeId(), getVpeValue(), getWeight(), getWeightType(), setAttributeEan(), setAttributeModel(), setOptionId(), setOptionValueId(), setPrice(), setPriceType(), setSortOrder(), setStock(), setVpeId(), setVpeValue(), setWeight(), setWeightType()

Properties summary

protected integer $attributeId
#

Properties inherited from ProductAttribute

$attributeEan, $attributeModel, $optionId, $optionValueId, $price, $priceType, $sortOrder, $stock, $vpeId, $vpeValue, $weight, $weightType

API documentation generated by ApiGen