$booleanFormat public property
The text to be displayed when formatting a boolean value. The first element corresponds to the text displayed for false
, the second element for true
. Defaults to ['No', 'Yes']
, where Yes
and No
will be translated according to $locale.
public array $booleanFormat = null
Please login to continue.