Source for file renderer.php
Documentation is available at renderer.php
 * @package     Joomla.Platform  
 * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.  
 * @license     GNU General Public License version 2 or later; see LICENSE  
 * Abstract class for a renderer  
 * @package     Joomla.Platform  
     * Reference to the JDocument object that instantiated the renderer  
    protected $_mime = 
"text/html";  
     * @param   JDocument  $doc  A reference to the JDocument object that instantiated the renderer  
     * Renders a script and returns the results as a string  
     * @param   string  $name     The name of the element to render  
     * @param   array   $params   Array of values  
     * @param   string  $content  Override the output of the renderer  
     * @return  string  The output of the script  
    public function render($name, $params = 
null, $content = 
null)  
     * Return the content type of the renderer  
     * @return  string  The contentType  
 
 
	
		Documentation generated on Tue, 19 Nov 2013 15:11:48 +0100 by phpDocumentor 1.4.3