JDocument::setCharset
Sets the document charset
Signature
public function setCharset([string
$type = 'utf-8'] )
Parameters
-
$type
- Charset encoding string
Returns
- JDocument
- instance of $this to allow chaining