Documentation

SmartSectionCollapsibleDisplaySettings
in package
implements ModelInterface, ArrayAccess

SmartSectionCollapsibleDisplaySettings Class Doc Comment

Tags
category

Class

author

Swagger Codegen team apihelp@docusign.com

license

The DocuSign PHP Client SDK is licensed under the MIT License.

link
https://github.com/swagger-api/swagger-codegen

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

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']

$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]

$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

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>

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

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

setArrowLocation()

Sets arrow_location

public setArrowLocation(string|null $arrow_location) : $this
Parameters
$arrow_location : string|null
Return values
$this

setContainerStyle()

Sets container_style

public setContainerStyle(string|null $container_style) : $this
Parameters
$container_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>

Search results