Example #1
0
 /**
  * Class constructor
  *
  * @param mixed  &$application  Can be either a Net_Growl_Application object
  *                              or the application name string
  * @param array  $notifications List of notification types
  * @param string $password      (optional) Password for Growl
  * @param array  $options       (optional) List of options : 'host', 'port',
  *                              'protocol', 'timeout' for Growl socket server.
  *                              'debug' to know what data are sent and received.
  */
 public function __construct(&$application, $notifications = array(), $password = '', $options = array())
 {
     parent::__construct($application, $notifications, $password, $options);
 }