Prado\I18N\core\MessageFormat::getCharset PHP Méthode

getCharset() public méthode

Gets the charset for message output. Default is UTF-8.
public getCharset ( ) : string
Résultat string charset, default UTF-8
    public function getCharset()
    {
        return $this->charset;
    }