Constructor: textConcat
Back to constructors index
Concatenation of rich texts
Attributes:
Name | Type | Required | Description |
---|
texts | Array of RichText | Yes | Concatenated rich texts |
Example:
$textConcat = ['_' => 'textConcat', 'texts' => [RichText, RichText]];