CloneableInstantiable
| Methods |
| public getDefaultToCurrentConversation() Get whether to default to the current conversation.
|
| public getFilter() Get the filter for the list of options.
|
| public getInitialConversation() Get the initially selected conversation.
|
| public setDefaultToCurrentConversation( $defaultToCurrentConversation) Set whether to default to the current conversation.
|
| public setFilter( $filter) Set the filter for the list of options.
|
| public setInitialConversation( $initialConversation) Set the initially selected conversation.
|
| public toArray() Convert the block to its array representation.
|
| Properties |
| protected static $availableAttributes = ['placeholder' => 'placeholder', 'action_id' => 'action_id', 'initial_conversation' => 'initial_conversation', 'default_to_current_conversation' => 'default_to_current_conversation', 'confirm' => 'confirm', 'response_url_enabled' => 'response_url_enabled', 'filter' => 'filter'] Internal attribute to property map.
|
| protected $default_to_current_conversation = false Whether to initially select the current conversation.
|
| protected $filter = NULL A filter for the list of options.
|
| protected $initial_conversation = NULL The initially selected conversation.
|
| protected $type = 'conversations_select' Block type.
|
| Methods |
| Properties |
| protected static $availableAttributes = ['placeholder' => 'placeholder', 'action_id' => 'action_id', 'initial_conversation' => 'initial_conversation', 'default_to_current_conversation' => 'default_to_current_conversation', 'confirm' => 'confirm', 'response_url_enabled' => 'response_url_enabled', 'filter' => 'filter'] Internal attribute to property map.
|
| Methods |