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]);
    }