JDocument::setMetaData
Sets or alters a meta tag.
Signature
public function setMetaData(string
$name,
[string
$content = false,
[boolean
$http_equiv = false]] )
Parameters
-
$name
- Value of name or http-equiv tag
-
$content
- Value of the content tag
-
$http_equiv
- META type "http-equiv" defaults to null
Returns
- JDocument
- instance of $this to allow chaining