class Skeleton implements ObjectInterface (View source)

Traits

Properties

protected $siteSkeletonID
protected $locales
protected $type

Methods

getAttributeValueObject(AttributeKeyInterface|string $ak, bool $createIfNotExists = false)

No description

getAttribute($ak, $mode = false)

No description

Value
getAttributeValue($ak)

No description

clearAttribute($ak, bool $doReindexImmediately = true)

No description

Value
setAttribute($ak, mixed $value, bool $doReindexImmediately = true)

Sets the attribute of a user info object to the specified value, and saves it in the database.

mixed
getSiteSkeletonID()

No description

mixed
getType()

No description

setType(mixed $type)

No description

mixed
getLocales()

No description

getMatchingLocale($language, $country)

No description

Details

CategoryInterface getObjectAttributeCategory()

No description

Return Value

CategoryInterface

AttributeValueInterface|null getAttributeValueObject(AttributeKeyInterface|string $ak, bool $createIfNotExists = false)

No description

Parameters

AttributeKeyInterface|string $ak

An attribute key instance (or its handle)

bool $createIfNotExists

Shall the generic attribute value be created if it does not already exist?

Return Value

AttributeValueInterface|null

getAttribute($ak, $mode = false)

No description

Parameters

$ak
$mode

Value getAttributeValue($ak)

No description

Parameters

$ak

Return Value

Value

clearAttribute($ak, bool $doReindexImmediately = true)

No description

Parameters

$ak
bool $doReindexImmediately

Value setAttribute($ak, mixed $value, bool $doReindexImmediately = true)

Sets the attribute of a user info object to the specified value, and saves it in the database.

Parameters

$ak
mixed $value
bool $doReindexImmediately

Return Value

Value

mixed getSiteSkeletonID()

No description

Return Value

mixed

mixed getType()

No description

Return Value

mixed

setType(mixed $type)

No description

Parameters

mixed $type

mixed getLocales()

No description

Return Value

mixed

getMatchingLocale($language, $country)

No description

Parameters

$language
$country