__construct() public method

Please use {@link getInstance()} instead.
public __construct ( $name )
 /**
  * PHP4 constructor
  *
  * Please use {@link getInstance()} instead.
  *
  * @access  private
  * @param   string      Name of the notification dispatcher.
  */
 function Event_Dispatcher($name)
 {
     Event_Dispatcher::__construct($name);
 }