common\Language::err PHP Метод

err() публичный статический Метод

This only implements the key because the other parameters differ between the front- and backend.
public static err ( $key ) : string
$key
Результат string
    public static function err($key)
    {
        return self::callLanguageFunction('err', [$key]);
    }