| 
				 public 
				
				
				 | 
			#
			__construct( )
				
Public constructor. Determines the priority of this class and if it should be
enabled 
				
Public constructor. Determines the priority of this class and if it should be
enabled | 
		
			| 
				 public 
				
				
				 | 
			#
			preRender( string $view, string $task, FOFInput$input, array $config = array() )
				
Echoes any HTML to show before the view template 
				
Echoes any HTML to show before the view template Parameters
						$viewstring- $view The current view$taskstring- $task The current task$input- $input The input array (request parameters)FOFInput$configarray- $config The view configuration array | 
		
			| 
				 public 
				
				
				 | 
			#
			postRender( string $view, string $task, FOFInput$input, array $config = array() )
				
Echoes any HTML to show after the view template 
				
Echoes any HTML to show after the view template Parameters
						$viewstring- $view The current view$taskstring- $task The current task$input- $input The input array (request parameters)FOFInput$configarray- $config The view configuration array | 
		
			| 
				 protected 
				
				
				 | 
			#
			loadValidationScript( FOFForm& $form )
				
Loads the validation script for an edit form 
				
Loads the validation script for an edit form Parameters
						$form- &$form The form we are renderingFOFForm | 
		
			| 
				 protected 
				
				
				 | 
			#
			renderLinkbar( string $view, string $task, FOFInput$input, array $config = array() )
				
Renders the submenu (link bar) 
				
Renders the submenu (link bar) Parameters
						$viewstring- $view The active view name$taskstring- $task The current task$input- $input The input objectFOFInput$configarray- $config Extra configuration variables for the toolbar | 
		
			| 
				 protected 
				
				
				 | 
			#
			renderLinkbar_classic( string $view, string $task, FOFInput$input, array $config = array() )
				
Renders the submenu (link bar) in FOF's classic style, using a Bootstrapped
tab bar. 
				
Renders the submenu (link bar) in FOF's classic style, using a Bootstrapped
tab bar. Parameters
						$viewstring- $view The active view name$taskstring- $task The current task$input- $input The input objectFOFInput$configarray- $config Extra configuration variables for the toolbar | 
		
			| 
				 protected 
				
				
				 | 
			#
			renderLinkbar_joomla( string $view, string $task, FOFInput$input, array $config = array() )
				
Renders the submenu (link bar) using Joomla!'s style. On Joomla! 2.5 this is
a list of bar separated links, on Joomla! 3 it's a sidebar at the left-hand side
of the page. 
				
Renders the submenu (link bar) using Joomla!'s style. On Joomla! 2.5 this is
a list of bar separated links, on Joomla! 3 it's a sidebar at the left-hand side
of the page. Parameters
						$viewstring- $view The active view name$taskstring- $task The current task$input- $input The input objectFOFInput$configarray- $config Extra configuration variables for the toolbar | 
		
			| 
				 protected 
				
				
				 |  | 
		
			| 
				 protected 
				
				
				 | 
			#
			renderButtons( string $view, string $task, FOFInput$input, array $config = array() )
				
Renders the toolbar buttons 
				
Renders the toolbar buttons Parameters
						$viewstring- $view The active view name$taskstring- $task The current task$input- $input The input objectFOFInput$configarray- $config Extra configuration variables for the toolbar | 
		
			| 
				 protected 
				string
				
				 | 
			#
			renderFormBrowse( FOFForm& $form,FOFModel$model,FOFInput$input )
				
Renders a FOFForm for a Browse view and returns the corresponding HTML 
				
Renders a FOFForm for a Browse view and returns the corresponding HTML Parameters
						$form- &$form The form to renderFOFForm$model- $model The model providing our dataFOFModel$input- $input The input objectFOFInputReturns
						string- The HTML rendering of the form
 | 
		
			| 
				 protected 
				string
				
				 | 
			#
			renderFormRead( FOFForm& $form,FOFModel$model,FOFInput$input )
				
Renders a FOFForm for a Read view and returns the corresponding HTML 
				
Renders a FOFForm for a Read view and returns the corresponding HTML Parameters
						$form- &$form The form to renderFOFForm$model- $model The model providing our dataFOFModel$input- $input The input objectFOFInputReturns
						string- The HTML rendering of the form
 | 
		
			| 
				 protected 
				string
				
				 | 
			#
			renderFormEdit( FOFForm& $form,FOFModel$model,FOFInput$input )
				
Renders a FOFForm for an Edit view and returns the corresponding HTML 
				
Renders a FOFForm for an Edit view and returns the corresponding HTML Parameters
						$form- &$form The form to renderFOFForm$model- $model The model providing our dataFOFModel$input- $input The input objectFOFInputReturns
						string- The HTML rendering of the form
 | 
		
			| 
				 protected 
				string
				
				 | 
			#
			renderFormRaw( FOFForm& $form,FOFModel$model,FOFInput$input, string $formType )
				
Renders a raw FOFForm and returns the corresponding HTML 
				
Renders a raw FOFForm and returns the corresponding HTML Parameters
						$form- &$form The form to renderFOFForm$model- $model The model providing our dataFOFModel$input- $input The input objectFOFInput$formTypestring- $formType The form type e.g. 'edit' or 'read'Returns
						string- The HTML rendering of the form
 | 
		
			| 
				 protected 
				string
				
				 | 
			#
			renderFieldset( stdClass& $fieldset,FOFForm& $form,FOFModel$model,FOFInput$input, string $formType, boolean $showHeader = true, mixed & $innerHtml = null )
				
Renders a raw fieldset of a FOFForm and returns the corresponding HTML 
				
Renders a raw fieldset of a FOFForm and returns the corresponding HTML Parameters
						$fieldset- &$fieldset The fieldset to renderstdClass$form- &$form The form to renderFOFForm$model- $model The model providing our dataFOFModel$input- $input The input objectFOFInput$formTypestring- $formType The form type e.g. 'edit' or 'read'$showHeaderboolean- $showHeader Should I render the fieldset's header?$innerHtmlReturns
						string- The HTML rendering of the fieldset
 Overrides | 
		
			| 
				 protected 
				string
				
				 | 
			#
			renderFieldsetLabel( object $field, FOFForm& $form, string $title )
				
Renders a label for a fieldset. 
				
Renders a label for a fieldset. Parameters
						$fieldobject- $field The field of the label to render$form- &$form The form to renderFOFForm$titlestring- $title The title of the labelReturns
						string- The rendered label
 Overrides |