$formatter public property
The formatter used to format model attribute values into displayable texts. This can be either an instance of yii\i18n\Formatter or an configuration array for creating the yii\i18n\Formatter instance. If this property is not set, the "formatter" application component will be used.
public array|yii\i18n\Formatter $formatter = null
Please login to continue.