CustomFormatter
extends CFormatter
in package
Tags
Table of Contents
Properties
- $longTextMaxLength : mixed
Methods
- formatLanguageList() : string
- Build the expanded list of languages
- formatLongText() : string
- Returns a string limited by $this->maxLength
Properties
$longTextMaxLength
public
mixed
$longTextMaxLength
= 125
Methods
formatLanguageList()
Build the expanded list of languages
public
formatLanguageList(mixed $value) : string
Parameters
- $value : mixed
Return values
stringformatLongText()
Returns a string limited by $this->maxLength
public
formatLongText(string|null $value) : string
Parameters
- $value : string|null