Class JModelForm
Prototype form model.
- JObject
- 
			 JModelLegacy JModelLegacy
- 
			 JModelForm JModelForm
Direct known subclasses
		Abstract
Package: Joomla\Legacy\Model
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.6
See:
See:
See:
Located at legacy/model/form.php
	
		Package: Joomla\Legacy\Model
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.6
See:
JFormSee:
JFormFieldSee:
JFormRuleLocated at legacy/model/form.php
Methods summary
| 
				 public 
				
				
				 | |
| 
				 public 
				boolean
				
				 | |
| 
				 public 
				boolean
				
				 | |
| 
				abstract public 
				 | |
| 
				 protected 
				 | |
| 
				 protected 
				array
				
				 | |
| 
				 protected 
				
				
				 | 
			#
			 preprocessData( string $context, mixed & $data, string $group = 'content' )Method to allow derived classes to preprocess the data. | 
| 
				 protected 
				
				
				 | 
			#
			 preprocessForm( Method to allow derived classes to preprocess the form. | 
| 
				 public 
				array|boolean
				
				 | 
Methods inherited from JModelLegacy
			_createFileName(), 
			_createTable(), 
			_getList(), 
			_getListCount(), 
			addIncludePath(), 
			addTablePath(), 
			cleanCache(), 
			getDbo(), 
			getInstance(), 
			getName(), 
			getState(), 
			getTable(), 
			loadHistory(), 
			populateState(), 
			setDbo(), 
			setState()
		
Methods inherited from JObject
			__toString(), 
			def(), 
			get(), 
			getError(), 
			getErrors(), 
			getProperties(), 
			set(), 
			setError(), 
			setProperties()
		
Magic methods summary
Properties summary
| 
				protected  
				 | $_forms | 
				#
				 Array of form objects. | 
| 
				protected  
				array
			 | $events_map | 
				#
				 Maps events to plugin groups. | 
Properties inherited from JModelLegacy
			$__state_set, 
			$_db, 
			$event_clean_cache, 
			$name, 
			$option, 
			$state
		
