class GoogleAppsCardV1DecoratedText extends Model (View source)

Properties

string $bottomLabel
protected $buttonType
protected $buttonDataType
protected $endIconType
protected $endIconDataType
protected $iconType
protected $iconDataType
protected $onClickType
protected $onClickDataType
protected $startIconType
protected $startIconDataType
protected $switchControlType
protected $switchControlDataType
string $text
string $topLabel
bool $wrapText

Methods

setBottomLabel($bottomLabel)

No description

string
getBottomLabel()

No description

setButton(GoogleAppsCardV1Button $button)

No description

setEndIcon(GoogleAppsCardV1Icon $endIcon)

No description

getEndIcon()

No description

setIcon(GoogleAppsCardV1Icon $icon)

No description

getIcon()

No description

setOnClick(GoogleAppsCardV1OnClick $onClick)

No description

setStartIcon(GoogleAppsCardV1Icon $startIcon)

No description

setSwitchControl(GoogleAppsCardV1SwitchControl $switchControl)

No description

setText($text)

No description

string
getText()

No description

setTopLabel($topLabel)

No description

string
getTopLabel()

No description

setWrapText($wrapText)

No description

bool
getWrapText()

No description

Details

setBottomLabel($bottomLabel)

No description

Parameters

$bottomLabel

string getBottomLabel()

No description

Return Value

string

setButton(GoogleAppsCardV1Button $button)

No description

Parameters

GoogleAppsCardV1Button $button

GoogleAppsCardV1Button getButton()

No description

Return Value

GoogleAppsCardV1Button

setEndIcon(GoogleAppsCardV1Icon $endIcon)

No description

Parameters

GoogleAppsCardV1Icon $endIcon

GoogleAppsCardV1Icon getEndIcon()

No description

Return Value

GoogleAppsCardV1Icon

setIcon(GoogleAppsCardV1Icon $icon)

No description

Parameters

GoogleAppsCardV1Icon $icon

GoogleAppsCardV1Icon getIcon()

No description

Return Value

GoogleAppsCardV1Icon

setOnClick(GoogleAppsCardV1OnClick $onClick)

No description

Parameters

GoogleAppsCardV1OnClick $onClick

GoogleAppsCardV1OnClick getOnClick()

No description

setStartIcon(GoogleAppsCardV1Icon $startIcon)

No description

Parameters

GoogleAppsCardV1Icon $startIcon

GoogleAppsCardV1Icon getStartIcon()

No description

Return Value

GoogleAppsCardV1Icon

setSwitchControl(GoogleAppsCardV1SwitchControl $switchControl)

No description

Parameters

GoogleAppsCardV1SwitchControl $switchControl

GoogleAppsCardV1SwitchControl getSwitchControl()

No description

setText($text)

No description

Parameters

$text

string getText()

No description

Return Value

string

setTopLabel($topLabel)

No description

Parameters

$topLabel

string getTopLabel()

No description

Return Value

string

setWrapText($wrapText)

No description

Parameters

$wrapText

bool getWrapText()

No description

Return Value

bool