Class FOFViewHtml
FrameworkOnFramework HTML output class. Together with PHP-based view tempalates it will render your data into an HTML representation.
- FOFUtilsObject
- 
			 FOFView FOFView
- 
			 FOFViewRaw FOFViewRaw
- 
			 FOFViewHtml FOFViewHtml
Direct known subclasses
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 2.1
Located at fof/view/html.php
Methods summary
| 
				 public 
				
				
				 | |
| 
				 protected 
				
				
				 | |
| 
				 protected 
				
				
				 | 
			#
			 postRender( )Runs after rendering the view template, echoing HTML to put after the view template's generated HTML | 
| 
				 public 
				
				
				 | 
Methods inherited from FOFViewRaw
			display(), 
			getLists(), 
			getPerms(), 
			hasAjaxOrderingSupport(), 
			onAdd(), 
			onBrowse(), 
			onDisplay(), 
			onEdit(), 
			onRead()
		
Methods inherited from FOFView
			_addPath(), 
			_createFileName(), 
			_setPath(), 
			addHelperPath(), 
			addTemplatePath(), 
			assign(), 
			assignRef(), 
			escape(), 
			findRenderer(), 
			get(), 
			getLayout(), 
			getLayoutTemplate(), 
			getModel(), 
			getName(), 
			getRenderer(), 
			getViewOptionAndName(), 
			loadAnyTemplate(), 
			loadHelper(), 
			loadTemplate(), 
			registerRenderer(), 
			setEscape(), 
			setLayout(), 
			setLayoutExt(), 
			setModel(), 
			setPostRender(), 
			setPreRender(), 
			setRenderer()
		
Methods inherited from FOFUtilsObject
			__toString(), 
			def(), 
			getError(), 
			getErrors(), 
			getProperties(), 
			set(), 
			setError(), 
			setProperties()
		
Magic methods summary
Properties summary
| 
				public  
				boolean
			 | $setFrontendPageTitle | 
				#
				 Should I set the page title in the front-end of the site? | 
| 
				public  
				string
			 | $defaultPageTitle | 
				#
				 The translation key for the default page title | 
Properties inherited from FOFViewRaw
Properties inherited from FOFView
			$_basePath, 
			$_charset, 
			$_defaultModel, 
			$_escape, 
			$_layout, 
			$_layoutExt, 
			$_layoutTemplate, 
			$_models, 
			$_name, 
			$_output, 
			$_path, 
			$_template, 
			$config, 
			$doPostRender, 
			$doPreRender, 
			$input, 
			$rendererObject, 
			$renderers
		
