bootdesk/chat-sdk

Section
in package
implements CardElement

Table of Contents

Interfaces

CardElement

Properties

$fields  : array<string, string>
$text  : string|null

Methods

fields()  : self
getFields()  : array<string|int, mixed>
getText()  : string|null
text()  : self

Properties

$fields

private array<string, string> $fields = []

$text

private string|null $text = null

Methods

fields()

public fields(array<string|int, mixed> $fields) : self
Parameters
$fields : array<string|int, mixed>
Return values
self

getFields()

public getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

getText()

public getText() : string|null
Return values
string|null

text()

public text(string $text) : self
Parameters
$text : string
Return values
self
On this page

Search results