CloneableInstantiable
Constants |
public Maknz |
public Maknz |
public Maknz |
Methods |
public getStyle() Get the button style.
|
public getText() Get the button text.
|
public getUrl() Get the button URL.
|
public getValue() Get the button value.
|
public setStyle( $style) Set the button style.
|
public setText( $text) Set the button text.
|
public setUrl( $url) Set the button URL.
|
public setValue( $value) Set the button value.
|
public toArray() Convert the block to its array representation.
|
Properties |
protected static $availableAttributes = ['text' => 'text', 'action_id' => 'action_id', 'url' => 'url', 'value' => 'value', 'style' => 'style', 'confirm' => 'confirm'] Internal attribute to property map.
|
protected $style = NULL Button style.
|
protected $text = NULL Button text.
|
protected $type = 'button' Block type.
|
protected $url = NULL Button URL.
|
protected $value = NULL Button value.
|
Methods |
Properties |
protected static $availableAttributes = ['text' => 'text', 'action_id' => 'action_id', 'url' => 'url', 'value' => 'value', 'style' => 'style', 'confirm' => 'confirm'] Internal attribute to property map.
|
Methods |