Class JUpdaterCollection
Collection Update Adapter Class
- JObject
- 
			 JAdapterInstance JAdapterInstance
- 
			 JUpdateAdapter JUpdateAdapter
- 
			 JUpdaterCollection JUpdaterCollection
		
		
		
		Package: Joomla\Platform\Updater
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/updater/adapters/collection.php
	
		Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/updater/adapters/collection.php
Methods summary
| 
				 protected 
				object
				
				 | |
| 
				 protected 
				string
				
				 | |
| 
				 public 
				
				
				 | |
| 
				 protected 
				
				
				 | 
			#
			 _endElement( object $parser, string $name )Closing an XML element Note: This is a protected function though has to be exposed externally as a callback | 
| 
				 public 
				array
				
				 | 
Methods inherited from JUpdateAdapter
			_getLastTag(), 
			getUpdateSiteName(), 
			getUpdateSiteResponse(), 
			toggleUpdateSite()
		
Methods inherited from JAdapterInstance
Methods inherited from JObject
			__toString(), 
			def(), 
			get(), 
			getError(), 
			getErrors(), 
			getProperties(), 
			set(), 
			setError(), 
			setProperties()
		
Magic methods summary
Properties summary
| 
				protected  
				object
			 | $base | 
				#
				 Root of the tree | 
| 
				protected  
				array
			 | $parent | 
				#
				 Tree of objects | 
| 
				protected  
				boolean
			 | $pop_parent | 
				#
				 Used to control if an item has a child or not | 
| 
				protected  
				array
			 | $update_sites | 
				#
				 A list of discovered update sites | 
| 
				protected  
				array
			 | $updates | 
				#
				 A list of discovered updates | 
Properties inherited from JUpdateAdapter
			$_url, 
			$appendExtension, 
			$minimum_stability, 
			$stack, 
			$updateSiteId, 
			$updateSiteName, 
			$updatecols, 
			$xmlParser
		
