Skeleton
class Skeleton implements ObjectInterface (View source)
Traits
Properties
protected | $siteSkeletonID | ||
protected | $locales | ||
protected | $type |
Methods
getObjectAttributeCategory()
No description
getAttributeValueObject(AttributeKeyInterface|string $ak, bool $createIfNotExists = false)
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.
from
ObjectTrait
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
AttributeValueInterface|null
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