JDocument::setMetaData/11.1
From Joomla! Documentation
JDocument::setMetaData
Description
Sets or alters a meta tag.
Description:JDocument::setMetaData [Edit Descripton]
public function setMetaData ( $name $content $http_equiv=false $sync=true )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | Value of name or http-equiv tag | |
| $content | string | Value of the content tag | |
| $http_equiv | bool | false | META type "http-equiv" defaults to null |
| $sync | bool | true | Should http-equiv="content-type" by synced with HTTP-header? |
- Returns void
- Defined on line 377 of libraries/joomla/document/document.php
See also
JDocument::setMetaData source code on BitBucket
Class JDocument
Subpackage Document- Other versions of JDocument::setMetaData
SeeAlso:JDocument::setMetaData [Edit See Also]