API17

API17:JDocument::getMetaData

From Joomla! Documentation

Joomla 11.1 JDocument::getMetaData

Description

Gets a meta tag.


public function getMetaData (
        $name
        $http_equiv=false
)
Parameter Type Default Description
$name string Value of name or http-equiv tag
$http_equiv bool false META type "http-equiv" defaults to null
  • Returns string
  • Defined on line 349 of libraries/joomla/document/document.php

See also


User contributed notes

Code Examples