API17

Difference between revisions of "JDocumentRendererHead"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentRendererHead::fetchHead/11.1|fetchHead]]
+
|[[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.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentRendererHead::render/11.1|render]]
+
|[[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
 
* '''Defined in''' libraries/joomla/document/html/renderer/head.php
* '''Extends''' [[JDocumentRenderer/11.1|JDocumentRenderer]]
+
* '''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===
 
* {{JVer|11.1}} '''JDocumentRendererHead source code''' on [[jplatform:document/html/renderer/head.php|BitBucket]]
 
* {{JVer|11.1}} '''JDocumentRendererHead source code''' on [[jplatform:document/html/renderer/head.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
* [[JDocumentRendererHead|Other versions of JDocumentRendererHead]]
+
* [[API17:JDocumentRendererHead|Other versions of JDocumentRendererHead]]
 
{{SeeAlso:JDocumentRendererHead}}
 
{{SeeAlso:JDocumentRendererHead}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

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 />