Copied!

BrandContextAttributeValueStruct

BrandContextAttributeValueStruct.php : 11
Read-only
Final

Methods

public__construct()

BrandContextAttributeValueStruct.php : 13
public __construct(string $identifier, mixed $value[, string|null $languageCode = null ])

Parameters

Name Type Default value Description
$identifier string - -
$value mixed - -
$languageCode string|null null -

publicgetIdentifier()

BrandContextAttributeValueStruct.php : 19
public getIdentifier() : string

Return values

string

publicgetLanguageCode()

BrandContextAttributeValueStruct.php : 29
public getLanguageCode() : string|null

Return values

string|null

publicgetValue()

BrandContextAttributeValueStruct.php : 24
public getValue() : mixed