Prado\I18N\core\MessageFormat::getCharset PHP 메소드

getCharset() 공개 메소드

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