class ProductFeature implements PrimaryKeyInterface

Class ProductFeature

Properties

protected string $featureName Product feature name
protected string $featureValue Product feature value
protected Product $product Associated product

Methods

integer
getId()

Get id

string
getFeatureName()

No description

setFeatureName(string $featureName)

No description

string
getFeatureValue()

No description

setFeatureValue(string $featureValue)

No description

getProduct()

No description

setProduct(Product $product)

No description

Details

at line 82
integer getId()

Get id

Return Value

integer

at line 90
string getFeatureName()

Return Value

string

at line 100
ProductFeature setFeatureName(string $featureName)

Parameters

string $featureName

Return Value

ProductFeature

at line 110
string getFeatureValue()

Return Value

string

at line 120
ProductFeature setFeatureValue(string $featureValue)

Parameters

string $featureValue

Return Value

ProductFeature

at line 130
Product getProduct()

Return Value

Product

at line 140
ProductFeature setProduct(Product $product)

Parameters

Product $product

Return Value

ProductFeature