object PHP_CompatInfo_Renderer
     
     &
     PHP_CompatInfo_Renderer::factory
     ( 
    
     object
     &$parser
    
     , 
     string
     $type
      = 'array'
    
     , 
     array
     $conf
      = array()
    
   )
   Creates a concrete instance of the renderer depending of $type
  
&$parser
     A concrete instance of the parser
$type
     (optional) Type of instance required, case insensitive
$conf
     (optional) A hash containing any additional configuration information that a subclass might need.
returns A concrete PHP_CompatInfo_Renderer instance, or null on error.
throws no exceptions thrown
since version 1.8.0b2 (2008-06-03)
This function can not be called statically.