Back to Document class

Method getCharset

public string
getCharset
()
Returns the document charset encoding.
Returns
  • string
Since
  • 1.7.0
Class: Document
Project: Joomla

Method getCharset - Source code

/**
 * Returns the document charset encoding.
 *
 * @return  string
 *
 * @since   1.7.0
 */
public function getCharset()
{
    return $this->_charset;
}