class WidgetMarkup extends Collection (View source)

Properties

protected $collection_key
protected $buttonsType
protected $buttonsDataType
protected $imageType
protected $imageDataType
protected $keyValueType
protected $keyValueDataType
protected $textParagraphType
protected $textParagraphDataType

Methods

setButtons($buttons)

No description

Button[]
getButtons()

No description

setImage(Image $image)

No description

getImage()

No description

setKeyValue(KeyValue $keyValue)

No description

getKeyValue()

No description

setTextParagraph(TextParagraph $textParagraph)

No description

getTextParagraph()

No description

Details

setButtons($buttons)

No description

Parameters

$buttons

Button[] getButtons()

No description

Return Value

Button[]

setImage(Image $image)

No description

Parameters

Image $image

Image getImage()

No description

Return Value

Image

setKeyValue(KeyValue $keyValue)

No description

Parameters

KeyValue $keyValue

KeyValue getKeyValue()

No description

Return Value

KeyValue

setTextParagraph(TextParagraph $textParagraph)

No description

Parameters

TextParagraph $textParagraph

TextParagraph getTextParagraph()

No description

Return Value

TextParagraph