void
     PHP_CompatInfo_Parser::notifyListeners
     ( 
    
     string
     $event
    
     , 
     array
     $info
      = array()
    
   )
This notification occured only if a dispatcher exists. That means if at least one listener was registered.
$event
     Name of the notification handler
$info
     (optional) Additional information about the notification
returns void
throws no exceptions thrown
since version 1.8.0b2 (2008-06-03)
This function can not be called statically.