API17

API17:JDocument::getMetaData

From Joomla! Documentation

Revision as of 02:52, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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