CloneableInstantiable
Constants |
public Maknz |
public Maknz |
public Maknz |
public Maknz |
Methods |
public __construct(array $attributes) Instantiate a new AttachmentAction.
|
public getConfirm()
|
public getName()
|
public getStyle()
|
public getText()
|
public getType()
|
public getUrl()
|
public getValue()
|
public setConfirm( $confirm)
|
public setName( $name)
|
public setStyle( $style)
|
public setText( $text)
|
public setType( $type)
|
public setUrl( $url)
|
public setValue( $value)
|
public toArray() Get the array representation of this attachment action.
|
Properties |
protected static $availableAttributes = ['name' => 'name', 'text' => 'text', 'style' => 'style', 'type' => 'type', 'url' => 'url', 'value' => 'value', 'confirm' => 'confirm'] Internal attribute to property map.
|
protected $confirm = NULL Confirmation field.
|
protected $name = NULL The required name field of the action. The name will be returned to your Action URL.
|
protected $style = NULL Button style.
|
protected $text = NULL The required label for the action.
|
protected $type = 'button' The required type of the action.
|
protected $url = NULL Optional URL.
|
protected $value = NULL Optional value. It will be sent to your Action URL.
|
Methods |
Properties |
protected static $availableAttributes = ['name' => 'name', 'text' => 'text', 'style' => 'style', 'type' => 'type', 'url' => 'url', 'value' => 'value', 'confirm' => 'confirm'] Internal attribute to property map.
|