Class Horde_Alarm_Handler_Desktop
	
	The Horde_Alarm_Handler_Mail class is a Horde_Alarm handler that notifies
of active alarms by desktop notification through webkit browsers.
	 
	
		- 
			Horde_Alarm_Handler
			
			
			
		
 
		- 
			
Horde_Alarm_Handler_Desktop			
			
			
		 
	
	
	
	Methods summary
	
		
			 public 
			
			
			
		 | 
		
		#
		__construct( array $params = null )
		
		
			Constructor. 
				Parameters
				
					- $params
 
					- <p>Any parameters that the handler might need.
                      Required parameter:
                      - js_notify: A Horde_Notification_Handler
                        instance.
                      Optional parameter:
                      - icon: URL of an icon to display.</p>
 
				  
		 
		  | 
	
	
		
			 public 
			
			
			
		 | 
		
		#
		notify( array $alarm )
		
			Notifies about an alarm through javscript. 
		 
		
			Notifies about an alarm through javscript. 
				Parameters
				
				Throws
				
		 
		  | 
	
	
		
			 public 
			string
			
			
		 | 
		
		#
		getDescription( )
		
			Returns a human readable description of the handler. 
		 
		
			Returns a human readable description of the handler. 
				Returns
				
					string
				 
		 
		  |