class KeyValue extends Model (View source)

Properties

string $bottomLabel
protected $buttonType
protected $buttonDataType
string $content
bool $contentMultiline
protected $endIconType
protected $endIconDataType
string $icon
string $iconAltText
string $iconUrl
string $imageStyle
protected $onClickType
protected $onClickDataType
protected $startIconType
protected $startIconDataType
protected $switchWidgetType
protected $switchWidgetDataType
string $topLabel

Methods

setBottomLabel($bottomLabel)

No description

string
getBottomLabel()

No description

setButton(Button $button)

No description

getButton()

No description

setContent($content)

No description

string
getContent()

No description

setContentMultiline($contentMultiline)

No description

bool
getContentMultiline()

No description

setEndIcon(IconImage $endIcon)

No description

getEndIcon()

No description

setIcon($icon)

No description

string
getIcon()

No description

setIconAltText($iconAltText)

No description

string
getIconAltText()

No description

setIconUrl($iconUrl)

No description

string
getIconUrl()

No description

setImageStyle($imageStyle)

No description

string
getImageStyle()

No description

setOnClick(OnClick $onClick)

No description

getOnClick()

No description

setStartIcon(IconImage $startIcon)

No description

getStartIcon()

No description

setSwitchWidget(SwitchWidget $switchWidget)

No description

getSwitchWidget()

No description

setTopLabel($topLabel)

No description

string
getTopLabel()

No description

Details

setBottomLabel($bottomLabel)

No description

Parameters

$bottomLabel

string getBottomLabel()

No description

Return Value

string

setButton(Button $button)

No description

Parameters

Button $button

Button getButton()

No description

Return Value

Button

setContent($content)

No description

Parameters

$content

string getContent()

No description

Return Value

string

setContentMultiline($contentMultiline)

No description

Parameters

$contentMultiline

bool getContentMultiline()

No description

Return Value

bool

setEndIcon(IconImage $endIcon)

No description

Parameters

IconImage $endIcon

IconImage getEndIcon()

No description

Return Value

IconImage

setIcon($icon)

No description

Parameters

$icon

string getIcon()

No description

Return Value

string

setIconAltText($iconAltText)

No description

Parameters

$iconAltText

string getIconAltText()

No description

Return Value

string

setIconUrl($iconUrl)

No description

Parameters

$iconUrl

string getIconUrl()

No description

Return Value

string

setImageStyle($imageStyle)

No description

Parameters

$imageStyle

string getImageStyle()

No description

Return Value

string

setOnClick(OnClick $onClick)

No description

Parameters

OnClick $onClick

OnClick getOnClick()

No description

Return Value

OnClick

setStartIcon(IconImage $startIcon)

No description

Parameters

IconImage $startIcon

IconImage getStartIcon()

No description

Return Value

IconImage

setSwitchWidget(SwitchWidget $switchWidget)

No description

Parameters

SwitchWidget $switchWidget

SwitchWidget getSwitchWidget()

No description

Return Value

SwitchWidget

setTopLabel($topLabel)

No description

Parameters

$topLabel

string getTopLabel()

No description

Return Value

string