Locale
class Locale extends BaseResource
Value object encoding a locale.
Properties
protected Locale | $sys | ||
protected string | $code | ||
protected string | $name | ||
protected string|null | $fallbackCode | ||
protected bool | $default |
Methods
Resources in this SDK should not be built using $new Class()
.
{@inheritdoc}
Returns the locale code.
Returns the human readable name.
Returns true if this is the default locale for the space.
Returns the code of the locale used for for the fallback.
{@inheritdoc}
Details
in BaseResource at line 26
protected
__construct(array $data)
Resources in this SDK should not be built using $new Class()
.
This method is only useful in testing environments, where the resource needs to be subclasses and this method made public.
in BaseResource at line 38
asLink()
{@inheritdoc}
in BaseResource at line 49
getId()
{@inheritdoc}
in BaseResource at line 57
getType()
{@inheritdoc}
at line 49
getSystemProperties()
{@inheritdoc}
at line 59
string
getCode()
Returns the locale code.
at line 69
string
getName()
Returns the human readable name.
at line 79
bool
isDefault()
Returns true if this is the default locale for the space.
at line 89
string|null
getFallbackCode()
Returns the code of the locale used for for the fallback.
at line 97
jsonSerialize()
{@inheritdoc}