Class FOFAutoloaderComponent
An autoloader for FOF-powered components. It allows the autoloading of various classes related to the operation of a component, from Controllers and Models to Helpers and Fields. If a class doesn't exist, it will be created on the fly.
		
		
		
		Package: FrameworkOnFramework\autoloader
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2, or later
Since: 2.1
Located at fof/autoloader/component.php
	
		Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2, or later
Since: 2.1
Located at fof/autoloader/component.php
Methods summary
| 
				 public static
				 | |
| 
				 public 
				
				
				 | |
| 
				 public 
				boolean
				
				 | 
			#
			 isFOFComponent( string $component )Returns true if this is a FOF-powered component, i.e. if it has a fof.xml file in its main directory. | 
| 
				 public 
				
				
				 | |
| 
				 public 
				
				
				 | |
| 
				 public 
				
				
				 | |
| 
				 public 
				
				
				 | |
| 
				 public 
				
				
				 | |
| 
				 public 
				
				
				 | |
| 
				 public 
				
				
				 | 
Magic methods summary
Properties summary
| 
				public static 
				 | $autoloader | 
				#
				 An instance of this autoloader | 
| 
				public static 
				string
			 | $fofPath | 
				#
				 The path to the FOF root directory | 
| 
				protected static 
				array
			 | $fofComponents | 
				#
				 An array holding component names and their FOF-ness status | 
