setMessageFormatter() public method
public void setMessageFormatter ( $value ) | ||
---|---|---|
$value | string|array|yii\i18n\MessageFormatter |
The message formatter to be used to format message via ICU message format. Can be given as array or string configuration that will be given to Yii::createObject() to create an instance or a yii\i18n\MessageFormatter instance. |
Please login to continue.