API15:JApplication/prependMetaTag/ja
出典: Joomla! ドキュメンテーション
目次 |
Description
Deprecated, use JDocument->setMetaData instead
Syntax
prependMetaTag($name, $content)
| Parameter Name | Default Value | Description |
|---|---|---|
| $name | Name of the metadata tag | |
| $content | Content of the metadata tag |
Defined in
libraries/joomla/application/application.php
Importing
jimport( 'joomla.application.application' );
Source Body
function prependMetaTag( $name, $content ) { $this->addMetaTag($name, $content); }
Examples
<CodeExamplesForm />
