Back to Document class

Method getMimeEncoding

public string
getMimeEncoding
()
Return the document MIME encoding that is sent to the browser.
Returns
  • string
Since
  • 1.7.0
Class: Document
Project: Joomla

Method getMimeEncoding - Source code

/**
 * Return the document MIME encoding that is sent to the browser.
 *
 * @return  string
 *
 * @since   1.7.0
 */
public function getMimeEncoding()
{
    return $this->_mime;
}