Code

17e2290789c51c72b2d859b867f83586ea7a9c35
[gosa.git] / gosa-plugins / goto / addons / gotomasses / events / class_DaemonEvent_update.inc
1 <?php
3 class DaemonEvent_update extends DaemonEvent
4 {
5   public function __construct($config,$data = array())
6   {
7     DaemonEvent::__construct($config,$data);
8     $this->s_Menu_Name  = _("Software update"); 
9     $this->s_Event_Name = _("software update"); 
10     $this->s_action     = "trigger_action_update";
11     $this->s_Menu_Image = "images/time.png";
12   }
14
15 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
16 ?>