SmartSectionCollapsibleDisplaySettings
in package
implements
ModelInterface, ArrayAccess
SmartSectionCollapsibleDisplaySettings 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
- getArrowClosed() : string|null
- Gets arrow_closed
- getArrowColor() : string|null
- Gets arrow_color
- getArrowLocation() : string|null
- Gets arrow_location
- getArrowOpen() : string|null
- Gets arrow_open
- getArrowSize() : string|null
- Gets arrow_size
- getArrowStyle() : string|null
- Gets arrow_style
- getContainerStyle() : string|null
- Gets container_style
- getLabelStyle() : string|null
- Gets label_style
- getModelName() : string
- The original name of the model.
- getOnlyArrowIsClickable() : bool|null
- Gets only_arrow_is_clickable
- getOuterLabelAndArrowStyle() : string|null
- Gets outer_label_and_arrow_style
- getters() : array<string|int, mixed>
- Array of attributes to getter functions (for serialization of requests)
- 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.
- setArrowClosed() : $this
- Sets arrow_closed
- setArrowColor() : $this
- Sets arrow_color
- setArrowLocation() : $this
- Sets arrow_location
- setArrowOpen() : $this
- Sets arrow_open
- setArrowSize() : $this
- Sets arrow_size
- setArrowStyle() : $this
- Sets arrow_style
- setContainerStyle() : $this
- Sets container_style
- setLabelStyle() : $this
- Sets label_style
- setOnlyArrowIsClickable() : $this
- Sets only_arrow_is_clickable
- setOuterLabelAndArrowStyle() : $this
- Sets outer_label_and_arrow_style
- setters() : array<string|int, mixed>
- Array of attributes to setter functions (for deserialization of responses)
- 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
= ['arrow_closed' => 'arrowClosed', 'arrow_color' => 'arrowColor', 'arrow_location' => 'arrowLocation', 'arrow_open' => 'arrowOpen', 'arrow_size' => 'arrowSize', 'arrow_style' => 'arrowStyle', 'container_style' => 'containerStyle', 'label_style' => 'labelStyle', 'only_arrow_is_clickable' => 'onlyArrowIsClickable', 'outer_label_and_arrow_style' => 'outerLabelAndArrowStyle']
$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
= ['arrow_closed' => 'getArrowClosed', 'arrow_color' => 'getArrowColor', 'arrow_location' => 'getArrowLocation', 'arrow_open' => 'getArrowOpen', 'arrow_size' => 'getArrowSize', 'arrow_style' => 'getArrowStyle', 'container_style' => 'getContainerStyle', 'label_style' => 'getLabelStyle', 'only_arrow_is_clickable' => 'getOnlyArrowIsClickable', 'outer_label_and_arrow_style' => 'getOuterLabelAndArrowStyle']
$setters
Array of attributes to setter functions (for deserialization of responses)
protected
static array<string|int, string>
$setters
= ['arrow_closed' => 'setArrowClosed', 'arrow_color' => 'setArrowColor', 'arrow_location' => 'setArrowLocation', 'arrow_open' => 'setArrowOpen', 'arrow_size' => 'setArrowSize', 'arrow_style' => 'setArrowStyle', 'container_style' => 'setContainerStyle', 'label_style' => 'setLabelStyle', 'only_arrow_is_clickable' => 'setOnlyArrowIsClickable', 'outer_label_and_arrow_style' => 'setOuterLabelAndArrowStyle']
$swaggerFormats
Array of property to format mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerFormats
= ['arrow_closed' => null, 'arrow_color' => null, 'arrow_location' => null, 'arrow_open' => null, 'arrow_size' => null, 'arrow_style' => null, 'container_style' => null, 'label_style' => null, 'only_arrow_is_clickable' => null, 'outer_label_and_arrow_style' => null]
$swaggerModelName
The original name of the model.
protected
static string
$swaggerModelName
= 'smartSectionCollapsibleDisplaySettings'
$swaggerTypes
Array of property to type mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerTypes
= ['arrow_closed' => '?string', 'arrow_color' => '?string', 'arrow_location' => '?string', 'arrow_open' => '?string', 'arrow_size' => '?string', 'arrow_style' => '?string', 'container_style' => '?string', 'label_style' => '?string', 'only_arrow_is_clickable' => '?bool', 'outer_label_and_arrow_style' => '?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> —getArrowClosed()
Gets arrow_closed
public
getArrowClosed() : string|null
Return values
string|null —getArrowColor()
Gets arrow_color
public
getArrowColor() : string|null
Return values
string|null —getArrowLocation()
Gets arrow_location
public
getArrowLocation() : string|null
Return values
string|null —getArrowOpen()
Gets arrow_open
public
getArrowOpen() : string|null
Return values
string|null —getArrowSize()
Gets arrow_size
public
getArrowSize() : string|null
Return values
string|null —getArrowStyle()
Gets arrow_style
public
getArrowStyle() : string|null
Return values
string|null —getContainerStyle()
Gets container_style
public
getContainerStyle() : string|null
Return values
string|null —getLabelStyle()
Gets label_style
public
getLabelStyle() : string|null
Return values
string|null —getModelName()
The original name of the model.
public
getModelName() : string
Return values
string —getOnlyArrowIsClickable()
Gets only_arrow_is_clickable
public
getOnlyArrowIsClickable() : bool|null
Return values
bool|null —getOuterLabelAndArrowStyle()
Gets outer_label_and_arrow_style
public
getOuterLabelAndArrowStyle() : 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> —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 —setArrowClosed()
Sets arrow_closed
public
setArrowClosed(string|null $arrow_closed) : $this
Parameters
- $arrow_closed : string|null
Return values
$this —setArrowColor()
Sets arrow_color
public
setArrowColor(string|null $arrow_color) : $this
Parameters
- $arrow_color : string|null
Return values
$this —setArrowLocation()
Sets arrow_location
public
setArrowLocation(string|null $arrow_location) : $this
Parameters
- $arrow_location : string|null
Return values
$this —setArrowOpen()
Sets arrow_open
public
setArrowOpen(string|null $arrow_open) : $this
Parameters
- $arrow_open : string|null
Return values
$this —setArrowSize()
Sets arrow_size
public
setArrowSize(string|null $arrow_size) : $this
Parameters
- $arrow_size : string|null
Return values
$this —setArrowStyle()
Sets arrow_style
public
setArrowStyle(string|null $arrow_style) : $this
Parameters
- $arrow_style : string|null
Return values
$this —setContainerStyle()
Sets container_style
public
setContainerStyle(string|null $container_style) : $this
Parameters
- $container_style : string|null
Return values
$this —setLabelStyle()
Sets label_style
public
setLabelStyle(string|null $label_style) : $this
Parameters
- $label_style : string|null
Return values
$this —setOnlyArrowIsClickable()
Sets only_arrow_is_clickable
public
setOnlyArrowIsClickable(bool|null $only_arrow_is_clickable) : $this
Parameters
- $only_arrow_is_clickable : bool|null
Return values
$this —setOuterLabelAndArrowStyle()
Sets outer_label_and_arrow_style
public
setOuterLabelAndArrowStyle(string|null $outer_label_and_arrow_style) : $this
Parameters
- $outer_label_and_arrow_style : 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> —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