Name
        
        
          PHP_CompatInfo_Renderer::update —
          Update the current view
        
       
      
        
          Synopsis
        
        
          
    require_once 'PHP/CompatInfo/Renderer.php';
   
          
            
              
                void PHP_CompatInfo_Renderer::update (
               | 
              
                &$auditEvent);
               | 
              
                 
               | 
            
          
          
         
       
      
        
        
          Description
        
        
          Interface to update the view with current information. Listen events
          produced by Event_Dispatcher and the PHP_CompatInfo_Parser
        
       
      
        
        
          Parameter
        
        
          
            - 
              object 
&$auditEvent
             
            - 
              
                Instance of Event_Dispatcher
              
             
          
         
       
      
        
        
          Return value
        
        
          returns void
        
       
      
        
        
          Throws
        
        
          throws no exceptions thrown
        
       
      
        
        
          Since
        
        
          since version 1.8.0b2
          (2008-06-03)
        
       
      
        
        
          Note
        
        
          This function can not be called statically.