0 follower

Final Class Yiisoft\Translator\NullMessageFormatter

InheritanceYiisoft\Translator\NullMessageFormatter
ImplementsYiisoft\Translator\MessageFormatterInterface

Public Methods

Hide inherited methods

Method Description Defined By
format() Yiisoft\Translator\NullMessageFormatter

Method Details

Hide inherited methods

format() public method

public string format ( string $message, array $parameters, string $locale )
$message string
$parameters array
$locale string

                public function format(string $message, array $parameters, string $locale): string
{
    return $message;
}