class AttributeValueMapEntry (View source)

Properties

protected Key $attributeKey
protected AbstractValue $attributeValue

Methods

__construct(Key $attributeKey, AbstractValue $attributeValue)

AttributeValueMapEntry constructor.

Key
getAttributeKey()

No description

void
setAttributeKey(Key $attributeKey)

No description

getAttributeValue()

No description

void
setAttributeValue(AbstractValue $attributeValue)

No description

Details

__construct(Key $attributeKey, AbstractValue $attributeValue)

AttributeValueMapEntry constructor.

Parameters

Key $attributeKey
AbstractValue $attributeValue

Key getAttributeKey()

No description

Return Value

Key

void setAttributeKey(Key $attributeKey)

No description

Parameters

Key $attributeKey

Return Value

void

AbstractValue getAttributeValue()

No description

Return Value

AbstractValue

void setAttributeValue(AbstractValue $attributeValue)

No description

Parameters

AbstractValue $attributeValue

Return Value

void