Horde_Notification_Listener_Status::__construct PHP Method

__construct() public method

Constructor.
public __construct ( )
    public function __construct()
    {
        $this->_handles['status'] = 'Horde_Notification_Event_Status';
        $this->_name = 'status';
    }

Usage Example

Esempio n. 1
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $GLOBALS['page_output']->growler = true;
 }
Horde_Notification_Listener_Status