Copied!

BrandContextInterface

BrandContextInterface.php : 15
Interface

Methods

publicgetAttributeValue()

BrandContextInterface.php : 57
public getAttributeValue(string $definitionIdentifier[, string|null $languageCode = null ]) : BrandContextAttributeValueInterface|null

Parameters

Name Type Default value Description
$definitionIdentifier string - -
$languageCode string|null null -

Return values

BrandContextAttributeValueInterface|null

publicgetAttributeValues()

BrandContextInterface.php : 55

Returns all attribute values grouped by definition, with each definition's fallback-language value (per the prioritized languages the brand context was loaded with) coming first within its group.

public getAttributeValues() : array<int, BrandContextAttributeValueInterface>

Return values

array<int, BrandContextAttributeValueInterface>

publicgetColor()

BrandContextInterface.php : 25
public getColor() : string

Return values

string

publicgetCreatedAt()

BrandContextInterface.php : 62
public getCreatedAt() : DateTimeImmutable

Return values

DateTimeImmutable

publicgetCreatedBy()

BrandContextInterface.php : 66
public getCreatedBy() : User|null

Return values

User|null

publicgetDescription()

BrandContextInterface.php : 31
public getDescription([string|null $languageCode = null ]) : string|null

Parameters

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

Return values

string|null

publicgetDescriptions()

BrandContextInterface.php : 46
public getDescriptions() : array<string, string|null>

Return values

array<string, string|null>

publicgetId()

BrandContextInterface.php : 17
public getId() : int

Return values

int

publicgetIdentifier()

BrandContextInterface.php : 19
public getIdentifier() : string

Return values

string

publicgetLanguages()

BrandContextInterface.php : 36
public getLanguages() : array<string|int, string>

Return values

array<string|int, string>

BrandContextInterface.php : 21
public getLogo() : string

Return values

string

publicgetLogoThumbnail()

BrandContextInterface.php : 23
public getLogoThumbnail() : Thumbnail|null

Return values

Thumbnail|null

publicgetModifiedAt()

BrandContextInterface.php : 64
public getModifiedAt() : DateTimeImmutable

Return values

DateTimeImmutable

publicgetModifiedBy()

BrandContextInterface.php : 68
public getModifiedBy() : User|null

Return values

User|null

publicgetName()

BrandContextInterface.php : 29
public getName([string|null $languageCode = null ]) : string

Parameters

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

Return values

string

publicgetNames()

BrandContextInterface.php : 41
public getNames() : array<string, string>

Return values

array<string, string>

publicgetRegion()

BrandContextInterface.php : 27
public getRegion() : string

Return values

string