API17

Difference between revisions of "JDocumentJSON::setHeadData"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎See also: moving preparation)
(2 intermediate revisions by the same user not shown)
Line 28: Line 28:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JDocumentJSON::setHeadData source code''' on [[jplatform:document/json/json.php#cl-72|BitBucket]]
 
* {{JVer|11.1}} '''JDocumentJSON::setHeadData source code''' on [[jplatform:document/json/json.php#cl-72|BitBucket]]
* {{JVer|11.1}} Class [[JDocumentJSON/11.1|JDocumentJSON]]
+
* {{JVer|11.1}} Class [[API17:JDocumentJSON|JDocumentJSON]]
* {{JVer|11.1}} Subpackage [[Subpackage_Document/11.1|Document]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
* [[JDocumentJSON::setHeadData|Other versions of JDocumentJSON::setHeadData]]
+
* [[API17:JDocumentJSON::setHeadData|Other versions of JDocumentJSON::setHeadData]]
 
{{SeeAlso:JDocumentJSON::setHeadData}}
 
{{SeeAlso:JDocumentJSON::setHeadData}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 46: Line 46:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JDocumentJSON]][[Category:JDocumentJSON::setHeadData]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:30, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDocumentJSON::setHeadData[edit]

Description[edit]

Set the document head data.

Template:Description:JDocumentJSON::setHeadData [Edit Descripton]

public function setHeadData ($data)
Parameter Type Default Description
$data array The document head data in array form
  • Returns
  • Defined on line 80 of libraries/joomla/document/json/json.php

See also[edit]

Template:SeeAlso:JDocumentJSON::setHeadData [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />