Source for file joomla3.php
Documentation is available at joomla3.php
* @package FrameworkOnFramework
* @copyright Copyright (C) 2010 - 2012 Akeeba Ltd. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Joomla! 3 view renderer class
* @package FrameworkOnFramework
* Public constructor. Determines the priority of this class and if it should be enabled
* Echoes any HTML to show before the view template
* @param string $view The current view
* @param string $task The current task
* @param FOFInput $input The input array (request parameters)
* @param array $config The view configuration array
public function preRender($view, $task, $input, $config =
array())
$format =
$input->getCmd('format', 'html');
// Render the submenu and toolbar
if ($input->getBool('render_toolbar', true))
* Echoes any HTML to show after the view template
* @param string $view The current view
* @param string $task The current task
* @param FOFInput $input The input array (request parameters)
* @param array $config The view configuration array
public function postRender($view, $task, $input, $config =
array())
We don't need to do anything here, if we are running Joomla3,
so overwrite the default with all the closing div's
I added it here because I am not 100% sure if it would break BC
when doing it in the default strapper
* Renders the submenu (link bar)
* @param string $view The active view name
* @param string $task The current task
* @param FOFInput $input The input object
* @param array $config Extra configuration variables for the toolbar
protected function renderLinkbar($view, $task, $input, $config =
array())
$style =
$config['linkbar_style'];
Documentation generated on Tue, 19 Nov 2013 15:06:14 +0100 by phpDocumentor 1.4.3