Class JObservable
Abstract observable class to implement the observer design pattern
- JObject
- 
			 JObservable JObservable
		
		
		
		Package: Joomla\Legacy\Base
Deprecated: 2.5
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 legacy/base/observable.php
	
		Deprecated: 2.5
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 legacy/base/observable.php
Methods summary
| 
				 public 
				
				
				 | |
| 
				 public 
				mixed
				
				 | |
| 
				 public 
				array
				
				 | |
| 
				 public 
				
				
				 | |
| 
				 public 
				boolean
				
				 | 
Methods inherited from JObject
			__toString(), 
			def(), 
			get(), 
			getError(), 
			getErrors(), 
			getProperties(), 
			set(), 
			setError(), 
			setProperties()
		
Magic methods summary
Properties summary
| 
				protected  
				array
			 | $_observers | 
				#
				 An array of Observer objects to notify | 
| 
				protected  
				mixed
			 | $_state | 
				#
				 The state of the observable object | 
| 
				protected  
				array
			 | $_methods | 
				#
				 A multi dimensional array of [function][] = key for observers | 
