Link Search Menu Expand Document

Constructor: textConcat

Back to constructors index

Concatenation of rich texts

Attributes:

NameTypeRequiredDescription
textsArray of RichTextYesConcatenated rich texts

Type: RichText

Example:

$textConcat = ['_' => 'textConcat', 'texts' => [RichText, RichText]];