common\Language::err PHP Méthode

err() public static méthode

This only implements the key because the other parameters differ between the front- and backend.
public static err ( $key ) : string
$key
Résultat string
    public static function err($key)
    {
        return self::callLanguageFunction('err', [$key]);
    }