API17

API17:JDocumentRendererHead::render

From Joomla! Documentation

Joomla 11.1 JDocumentRendererHead::render

Description

Renders the document head and returns the results as a string.


public function render (
        $head
        $params=array
        $content=null
)
Parameter Type Default Description
$head string $name (unused)
$params array array() Associative array of values
$content null
  • Returns string The output of the script
  • Defined on line 29 of libraries/joomla/document/html/renderer/head.php

See also


User contributed notes

Code Examples