Class JApplicationHelper
Application helper functions
		
		
		
		Package: Joomla\Libraries\Application
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/application/helper.php
	
		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/application/helper.php
Methods summary
| 
				 public static
				string
				
				 | 
			#
			 getComponentName( string $default = null )Return the name of the request component [main component] | 
| 
				 public static
				string
				
				 | |
| 
				 public static
				string
				
				 | 
			#
			 stringURLSafe( string $string, string $language = '' )This method transliterates a string into a URL safe string or returns a URL safe UTF-8 string based on the global configuration | 
| 
				 public static
				mixed
				
				 | 
			#
			 getClientInfo( integer $id = null, boolean $byName = false )Gets information on a specific client id. This method will be useful in future versions when we start mapping applications in the database. | 
| 
				 public static
				boolean
				
				 | |
| 
				 public static
				array
				
				 | |
| 
				 public static
				array
				
				 | 
Magic methods summary
Properties summary
| 
				protected static 
				array
			 | $_clients | 
				#
				 Client information array | 
