Back to DocumentRenderer class

Method getContentType

public string
getContentType
()
Return the content type of the renderer
Returns
  • string The contentType
Since
  • 1.7.0

Method getContentType - Source code

/**
 * Return the content type of the renderer
 *
 * @return  string  The contentType
 *
 * @since   1.7.0
 */
public function getContentType()
{
    return $this->_mime;
}