| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Document |
JDocument |
setMetaData |
setMetaData() |
Never | Work in Progress |
Sets or alters a meta tag.
void setMetaData ( $name, $content, $http_equiv )
| $name | string | Value of name or http-equiv tag |
| $content | string | Value of the content tag |
| $http_equiv | bool | META type "http-equiv" defaults to null |
Example