Timezone implements IField, IAvailableFieldList
FinalYes
Table of Contents
Interfaces
Methods
- available() : bool
- check if field is available
- checkValue() : bool
- check timezone value
- getAvailableValues() : array<string|int, mixed>
- get available timezones
- getDefaultValue() : string
- get default timezone
- required() : bool
- check if field is required
Methods
available()
check if field is available
public
static available() : bool
Tags
Return values
boolcheckValue()
check timezone value
public
static checkValue(mixed $value) : bool
Parameters
- $value : mixed
Return values
boolgetAvailableValues()
get available timezones
public
static getAvailableValues() : array<string|int, mixed>
Return values
array<string|int, mixed>getDefaultValue()
get default timezone
public
static getDefaultValue() : string
Return values
stringrequired()
check if field is required
public
static required() : bool