Class JToolbar
ToolBar handler
		
		
		
		Package: Joomla\Libraries\Toolbar
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/toolbar/toolbar.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/toolbar/toolbar.php
Methods summary
| 
				 public 
				
				
				 | |
| 
				 public static
				 | 
			#
			 getInstance( string $name = 'toolbar' )Returns the global JToolbar object, only creating it if it doesn't already exist. | 
| 
				 public 
				string
				
				 | |
| 
				 public 
				array
				
				 | |
| 
				 public 
				string
				
				 | |
| 
				 public 
				string
				
				 | |
| 
				 public 
				string
				
				 | |
| 
				 public 
				string
				
				 | |
| 
				 public 
				boolean
				
				 | |
| 
				 public 
				
				
				 | 
			#
			 addButtonPath( mixed $path )Add a directory where JToolbar should search for button types in LIFO order. | 
Magic methods summary
Properties summary
| 
				protected  
				string
			 | $_name | 
				#
				 Toolbar name | 
| 
				protected  
				array
			 | $_bar | 
				#
				 Toolbar array | 
| 
				protected  
				array
			 | $_buttons | 
				#
				 Loaded buttons | 
| 
				protected  
				array
			 | $_buttonPath | 
				#
				 Directories, where button types can be stored. | 
| 
				protected static 
				 | $instances | 
				#
				 Stores the singleton instances of various toolbar. | 
