Class FOFViewRaw
FrameworkOnFramework raw output class. It works like an HTML view, but the output is bare HTML.
- FOFUtilsObject
- 
			 FOFView FOFView
- 
			 FOFViewRaw FOFViewRaw
Direct known subclasses
Indirect 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/raw.php
Methods summary
| 
				 public 
				
				
				 | |
| 
				 public 
				boolean|null
				
				 | |
| 
				 protected 
				
				
				 | |
| 
				 protected 
				
				
				 | 
			#
			 postRender( )Last chance to output something after rendering the view template and before returning to the caller | 
| 
				 protected 
				boolean
				
				 | |
| 
				 protected 
				boolean
				
				 | |
| 
				 protected 
				boolean
				
				 | |
| 
				 protected 
				boolean
				
				 | |
| 
				 protected 
				boolean
				
				 | |
| 
				 public 
				boolean|array
				
				 | 
			#
			 hasAjaxOrderingSupport( )Determines if the current Joomla! version and your current table support AJAX-powered drag and drop reordering. If they do, it will set up the drag & drop reordering feature. | 
| 
				 public 
				array
				
				 | |
| 
				 public 
				 | 
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
| 
				protected  
				array
			 | $lists | 
				#
				 Data lists | 
| 
				protected  
				array
			 | $perms | 
				#
				 Permissions map | 
Properties inherited from FOFView
			$_basePath, 
			$_charset, 
			$_defaultModel, 
			$_escape, 
			$_layout, 
			$_layoutExt, 
			$_layoutTemplate, 
			$_models, 
			$_name, 
			$_output, 
			$_path, 
			$_template, 
			$config, 
			$doPostRender, 
			$doPreRender, 
			$input, 
			$rendererObject, 
			$renderers
		
