Class FOFDatabaseQueryElement
Query Element Class.
		
		
		
		Package: FrameworkOnFramework\database
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt This file is adapted from the Joomla! Platform. It is used to iterate a database cursor returning FOFTable objects instead of plain stdClass objects
Since: 11.1
Located at fof/database/query/element.php
	
		Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt This file is adapted from the Joomla! Platform. It is used to iterate a database cursor returning FOFTable objects instead of plain stdClass objects
Since: 11.1
Located at fof/database/query/element.php
Methods summary
| 
				 public 
				
				
				 | |
| 
				 public 
				string
				
				 | |
| 
				 public 
				
				
				 | |
| 
				 public 
				array
				
				 | |
| 
				 public 
				
				
				 | 
Magic methods summary
Properties summary
| 
				protected  
				string
			 | $name | 
				#
				 The name of the element. | 
| 
				protected  
				array
			 | $elements | 
				#
				 An array of elements. | 
| 
				protected  
				string
			 | $glue | 
				#
				 Glue piece. | 
Magic properties
| 
				public  read-only
				string
			 | $name |  | 
				#
				 The name of the element. | 
| 
				public  read-only
				array
			 | $elements |  | 
				#
				 An array of elements. | 
| 
				public  read-only
				string
			 | $glue |  | 
				#
				 Glue piece. | 
