LocalePolicyTab
in package
implements
ModelInterface, ArrayAccess
LocalePolicyTab Class Doc Comment
Tags
Interfaces, Classes, Traits and Enums
- ModelInterface
- Interface abstracting model access.
- ArrayAccess
Table of Contents
- DISCRIMINATOR = null
- $attributeMap : array<string|int, string>
- Array of attributes where the key is the local name, and the value is the original name
- $container : array<string|int, mixed>
- Associative array for storing property values
- $getters : array<string|int, string>
- Array of attributes to getter functions (for serialization of requests)
- $setters : array<string|int, string>
- Array of attributes to setter functions (for deserialization of responses)
- $swaggerFormats : array<string|int, string>
- Array of property to format mappings. Used for (de)serialization
- $swaggerModelName : string
- The original name of the model.
- $swaggerTypes : array<string|int, string>
- Array of property to type mappings. Used for (de)serialization
- __construct() : mixed
- Constructor
- __toString() : string
- Gets the string presentation of the object
- attributeMap() : array<string|int, mixed>
- Array of attributes where the key is the local name, and the value is the original name
- getAddressFormat() : string|null
- Gets address_format
- getCalendarType() : string|null
- Gets calendar_type
- getCultureName() : string|null
- Gets culture_name
- getCurrencyCode() : string|null
- Gets currency_code
- getCurrencyNegativeFormat() : string|null
- Gets currency_negative_format
- getCurrencyPositiveFormat() : string|null
- Gets currency_positive_format
- getCustomDateFormat() : string|null
- Gets custom_date_format
- getCustomTimeFormat() : string|null
- Gets custom_time_format
- getDateFormat() : string|null
- Gets date_format
- getInitialFormat() : string|null
- Gets initial_format
- getModelName() : string
- The original name of the model.
- getNameFormat() : string|null
- Gets name_format
- getters() : array<string|int, mixed>
- Array of attributes to getter functions (for serialization of requests)
- getTimeFormat() : string|null
- Gets time_format
- getTimeZone() : string|null
- Gets time_zone
- getUseLongCurrencyFormat() : string|null
- Gets use_long_currency_format
- listInvalidProperties() : array<string|int, mixed>
- Show all the invalid properties with reasons.
- offsetExists() : bool
- Returns true if offset exists. False otherwise.
- offsetGet() : mixed
- Gets offset.
- offsetSet() : void
- Sets value based on offset.
- offsetUnset() : void
- Unsets offset.
- setAddressFormat() : $this
- Sets address_format
- setCalendarType() : $this
- Sets calendar_type
- setCultureName() : $this
- Sets culture_name
- setCurrencyCode() : $this
- Sets currency_code
- setCurrencyNegativeFormat() : $this
- Sets currency_negative_format
- setCurrencyPositiveFormat() : $this
- Sets currency_positive_format
- setCustomDateFormat() : $this
- Sets custom_date_format
- setCustomTimeFormat() : $this
- Sets custom_time_format
- setDateFormat() : $this
- Sets date_format
- setInitialFormat() : $this
- Sets initial_format
- setNameFormat() : $this
- Sets name_format
- setters() : array<string|int, mixed>
- Array of attributes to setter functions (for deserialization of responses)
- setTimeFormat() : $this
- Sets time_format
- setTimeZone() : $this
- Sets time_zone
- setUseLongCurrencyFormat() : $this
- Sets use_long_currency_format
- swaggerFormats() : array<string|int, mixed>
- Array of property to format mappings. Used for (de)serialization
- swaggerTypes() : array<string|int, mixed>
- Array of property to type mappings. Used for (de)serialization
- valid() : bool
- Validate all the properties in the model return true if all passed
Constants
DISCRIMINATOR
public
mixed
DISCRIMINATOR
= null
Properties
$attributeMap
Array of attributes where the key is the local name, and the value is the original name
protected
static array<string|int, string>
$attributeMap
= ['address_format' => 'addressFormat', 'calendar_type' => 'calendarType', 'culture_name' => 'cultureName', 'currency_code' => 'currencyCode', 'currency_negative_format' => 'currencyNegativeFormat', 'currency_positive_format' => 'currencyPositiveFormat', 'custom_date_format' => 'customDateFormat', 'custom_time_format' => 'customTimeFormat', 'date_format' => 'dateFormat', 'initial_format' => 'initialFormat', 'name_format' => 'nameFormat', 'time_format' => 'timeFormat', 'time_zone' => 'timeZone', 'use_long_currency_format' => 'useLongCurrencyFormat']
$container
Associative array for storing property values
protected
array<string|int, mixed>
$container
= []
$getters
Array of attributes to getter functions (for serialization of requests)
protected
static array<string|int, string>
$getters
= ['address_format' => 'getAddressFormat', 'calendar_type' => 'getCalendarType', 'culture_name' => 'getCultureName', 'currency_code' => 'getCurrencyCode', 'currency_negative_format' => 'getCurrencyNegativeFormat', 'currency_positive_format' => 'getCurrencyPositiveFormat', 'custom_date_format' => 'getCustomDateFormat', 'custom_time_format' => 'getCustomTimeFormat', 'date_format' => 'getDateFormat', 'initial_format' => 'getInitialFormat', 'name_format' => 'getNameFormat', 'time_format' => 'getTimeFormat', 'time_zone' => 'getTimeZone', 'use_long_currency_format' => 'getUseLongCurrencyFormat']
$setters
Array of attributes to setter functions (for deserialization of responses)
protected
static array<string|int, string>
$setters
= ['address_format' => 'setAddressFormat', 'calendar_type' => 'setCalendarType', 'culture_name' => 'setCultureName', 'currency_code' => 'setCurrencyCode', 'currency_negative_format' => 'setCurrencyNegativeFormat', 'currency_positive_format' => 'setCurrencyPositiveFormat', 'custom_date_format' => 'setCustomDateFormat', 'custom_time_format' => 'setCustomTimeFormat', 'date_format' => 'setDateFormat', 'initial_format' => 'setInitialFormat', 'name_format' => 'setNameFormat', 'time_format' => 'setTimeFormat', 'time_zone' => 'setTimeZone', 'use_long_currency_format' => 'setUseLongCurrencyFormat']
$swaggerFormats
Array of property to format mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerFormats
= ['address_format' => null, 'calendar_type' => null, 'culture_name' => null, 'currency_code' => null, 'currency_negative_format' => null, 'currency_positive_format' => null, 'custom_date_format' => null, 'custom_time_format' => null, 'date_format' => null, 'initial_format' => null, 'name_format' => null, 'time_format' => null, 'time_zone' => null, 'use_long_currency_format' => null]
$swaggerModelName
The original name of the model.
protected
static string
$swaggerModelName
= 'localePolicyTab'
$swaggerTypes
Array of property to type mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerTypes
= ['address_format' => '?string', 'calendar_type' => '?string', 'culture_name' => '?string', 'currency_code' => '?string', 'currency_negative_format' => '?string', 'currency_positive_format' => '?string', 'custom_date_format' => '?string', 'custom_time_format' => '?string', 'date_format' => '?string', 'initial_format' => '?string', 'name_format' => '?string', 'time_format' => '?string', 'time_zone' => '?string', 'use_long_currency_format' => '?string']
Methods
__construct()
Constructor
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
Associated array of property values initializing the model
Return values
mixed —__toString()
Gets the string presentation of the object
public
__toString() : string
Return values
string —attributeMap()
Array of attributes where the key is the local name, and the value is the original name
public
static attributeMap() : array<string|int, mixed>
Return values
array<string|int, mixed> —getAddressFormat()
Gets address_format
public
getAddressFormat() : string|null
Return values
string|null —getCalendarType()
Gets calendar_type
public
getCalendarType() : string|null
Return values
string|null —getCultureName()
Gets culture_name
public
getCultureName() : string|null
Return values
string|null —getCurrencyCode()
Gets currency_code
public
getCurrencyCode() : string|null
Return values
string|null —getCurrencyNegativeFormat()
Gets currency_negative_format
public
getCurrencyNegativeFormat() : string|null
Return values
string|null —getCurrencyPositiveFormat()
Gets currency_positive_format
public
getCurrencyPositiveFormat() : string|null
Return values
string|null —getCustomDateFormat()
Gets custom_date_format
public
getCustomDateFormat() : string|null
Return values
string|null —getCustomTimeFormat()
Gets custom_time_format
public
getCustomTimeFormat() : string|null
Return values
string|null —getDateFormat()
Gets date_format
public
getDateFormat() : string|null
Return values
string|null —getInitialFormat()
Gets initial_format
public
getInitialFormat() : string|null
Return values
string|null —getModelName()
The original name of the model.
public
getModelName() : string
Return values
string —getNameFormat()
Gets name_format
public
getNameFormat() : string|null
Return values
string|null —getters()
Array of attributes to getter functions (for serialization of requests)
public
static getters() : array<string|int, mixed>
Return values
array<string|int, mixed> —getTimeFormat()
Gets time_format
public
getTimeFormat() : string|null
Return values
string|null —getTimeZone()
Gets time_zone
public
getTimeZone() : string|null
Return values
string|null —getUseLongCurrencyFormat()
Gets use_long_currency_format
public
getUseLongCurrencyFormat() : string|null
Return values
string|null —listInvalidProperties()
Show all the invalid properties with reasons.
public
listInvalidProperties() : array<string|int, mixed>
Return values
array<string|int, mixed> —invalid properties with reasons
offsetExists()
Returns true if offset exists. False otherwise.
public
offsetExists(int $offset) : bool
Parameters
- $offset : int
-
Offset
Return values
bool —offsetGet()
Gets offset.
public
offsetGet(int $offset) : mixed
Parameters
- $offset : int
-
Offset
Return values
mixed —offsetSet()
Sets value based on offset.
public
offsetSet(int $offset, mixed $value) : void
Parameters
- $offset : int
-
Offset
- $value : mixed
-
Value to be set
Return values
void —offsetUnset()
Unsets offset.
public
offsetUnset(int $offset) : void
Parameters
- $offset : int
-
Offset
Return values
void —setAddressFormat()
Sets address_format
public
setAddressFormat(string|null $address_format) : $this
Parameters
- $address_format : string|null
Return values
$this —setCalendarType()
Sets calendar_type
public
setCalendarType(string|null $calendar_type) : $this
Parameters
- $calendar_type : string|null
Return values
$this —setCultureName()
Sets culture_name
public
setCultureName(string|null $culture_name) : $this
Parameters
- $culture_name : string|null
Return values
$this —setCurrencyCode()
Sets currency_code
public
setCurrencyCode(string|null $currency_code) : $this
Parameters
- $currency_code : string|null
Return values
$this —setCurrencyNegativeFormat()
Sets currency_negative_format
public
setCurrencyNegativeFormat(string|null $currency_negative_format) : $this
Parameters
- $currency_negative_format : string|null
Return values
$this —setCurrencyPositiveFormat()
Sets currency_positive_format
public
setCurrencyPositiveFormat(string|null $currency_positive_format) : $this
Parameters
- $currency_positive_format : string|null
Return values
$this —setCustomDateFormat()
Sets custom_date_format
public
setCustomDateFormat(string|null $custom_date_format) : $this
Parameters
- $custom_date_format : string|null
Return values
$this —setCustomTimeFormat()
Sets custom_time_format
public
setCustomTimeFormat(string|null $custom_time_format) : $this
Parameters
- $custom_time_format : string|null
Return values
$this —setDateFormat()
Sets date_format
public
setDateFormat(string|null $date_format) : $this
Parameters
- $date_format : string|null
Return values
$this —setInitialFormat()
Sets initial_format
public
setInitialFormat(string|null $initial_format) : $this
Parameters
- $initial_format : string|null
Return values
$this —setNameFormat()
Sets name_format
public
setNameFormat(string|null $name_format) : $this
Parameters
- $name_format : string|null
Return values
$this —setters()
Array of attributes to setter functions (for deserialization of responses)
public
static setters() : array<string|int, mixed>
Return values
array<string|int, mixed> —setTimeFormat()
Sets time_format
public
setTimeFormat(string|null $time_format) : $this
Parameters
- $time_format : string|null
Return values
$this —setTimeZone()
Sets time_zone
public
setTimeZone(string|null $time_zone) : $this
Parameters
- $time_zone : string|null
Return values
$this —setUseLongCurrencyFormat()
Sets use_long_currency_format
public
setUseLongCurrencyFormat(string|null $use_long_currency_format) : $this
Parameters
- $use_long_currency_format : string|null
Return values
$this —swaggerFormats()
Array of property to format mappings. Used for (de)serialization
public
static swaggerFormats() : array<string|int, mixed>
Return values
array<string|int, mixed> —swaggerTypes()
Array of property to type mappings. Used for (de)serialization
public
static swaggerTypes() : array<string|int, mixed>
Return values
array<string|int, mixed> —valid()
Validate all the properties in the model return true if all passed
public
valid() : bool
Return values
bool —True if all properties are valid