API17

Difference between revisions of "JDocumentRendererHead"

From Joomla! Documentation

(Layout updates)
m (moving preparation)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JDocumentRendererHead==
 +
===Description===
 +
{{Description:JDocumentRendererHead}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDocumentRendererHead|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JDocumentRendererHead|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JDocumentRendererHead}}
 
===Defined in===
 
libraries/joomla/document/html/renderer/head.php
 
* see source code in [[jplatform:document/html/renderer/head.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Document/11.1|Document]]
 
===Extends===
 
[[JDocumentRenderer/11.1|JDocumentRenderer]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JDocumentRendererHead::fetchHead/11.1|fetchHead]]
+
|public
 +
|[[API17:JDocumentRendererHead::fetchHead|fetchHead]]
 
|Generates the head html and return the results as a string.  
 
|Generates the head html and return the results as a string.  
 
|-
 
|-
|[[JDocumentRendererHead::render/11.1|render]]
+
|public
 +
|[[API17:JDocumentRendererHead::render|render]]
 
|Renders the document head and returns the results as a string.  
 
|Renders the document head and returns the results as a string.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/document/html/renderer/head.php
 +
* '''Extends''' [[API17:JDocumentRenderer|JDocumentRenderer]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.document.html.renderer.head' );</source>
 
<source lang="php">jimport( 'joomla.document.html.renderer.head' );</source>
 
===See also===
 
===See also===
* JDocumentRendererHead source code in [[jplatform:document/html/renderer/head.php|BitBucket]]
+
* {{JVer|11.1}} '''JDocumentRendererHead source code''' on [[jplatform:document/html/renderer/head.php|BitBucket]]
* [[JDocumentRendererHead|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
 +
* [[API17:JDocumentRendererHead|Other versions of JDocumentRendererHead]]
 
{{SeeAlso:JDocumentRendererHead}}
 
{{SeeAlso:JDocumentRendererHead}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererHead|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererHead|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 42: Line 42:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentRendererHead]]</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 JDocumentRendererHead[edit]

Description[edit]

Template:Description:JDocumentRendererHead [Edit Descripton]

Methods[edit]

Visibility Method name Description
public fetchHead Generates the head html and return the results as a string.
public render Renders the document head and returns the results as a string.
  • Defined in libraries/joomla/document/html/renderer/head.php
  • Extends JDocumentRenderer

Importing[edit]

jimport( 'joomla.document.html.renderer.head' );

See also[edit]

Template:SeeAlso:JDocumentRendererHead [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />