Class JPlugin
JPlugin Class
		Abstract
Package: Joomla\Libraries\Plugin
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.5
Located at cms/plugin/plugin.php
	
		Package: Joomla\Libraries\Plugin
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.5
Located at cms/plugin/plugin.php
Methods summary
| 
				 public 
				
				
				 | |
| 
				 public 
				boolean
				
				 | 
			#
			 loadLanguage( string $extension = '', string $basePath = JPATH_ADMINISTRATOR )Loads the plugin language file | 
Methods inherited from JEvent
Methods inherited from JObject
			__toString(), 
			def(), 
			get(), 
			getError(), 
			getErrors(), 
			getProperties(), 
			set(), 
			setError(), 
			setProperties()
		
Magic methods summary
Properties summary
| 
				public  
				 | $params | 
				#
				 A Registry object holding the parameters for the plugin | 
| 
				protected  
				string
			 | $_name | 
				#
				 The name of the plugin | 
| 
				protected  
				string
			 | $_type | 
				#
				 The plugin type | 
| 
				protected  
				boolean
			 | $autoloadLanguage | 
				#
				 Affects constructor behavior. If true, language files will be loaded automatically. | 

