Class EventObject
Event Object
Holds event data regarding a single event, and is passed between the dispatcher and the listener
		
		
		
		Package: blesta\components\events
Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/events/event_object.php
	
		Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/events/event_object.php
Methods summary
| 
				 public 
				
				
				 | |
| 
				 public 
				string
				
				 | |
| 
				 public 
				array
				
				 | |
| 
				 public 
				
				
				 | |
| 
				 public 
				mixed
				
				 | |
| 
				 public 
				
				
				 | 
Magic methods summary
Properties summary
| 
				protected  
				string
			 | $event_name | 
				#
				 $event_name The name of the event | 
| 
				protected  
				array
			 | $params | 
				#
				 $params An array of parameters held by this event | 
| 
				protected  
				mixed
			 | $return_val | 
				#
				 $return_val The return value (if any) from the event listener |