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
$fields
private
array<string, string>
$fields
= []
$text
private
string|null
$text
= null
fields()
public
fields(array<string|int, mixed> $fields) : self
Parameters
-
$fields
: array<string|int, mixed>
-
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
-