Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: c:/www/apache/doc2//renderer/html/PhpdocHTMLWarningRenderer.php
PHPDOC 2000/12/03 - PHPDoc

PhpdocHTMLWarningRenderer

PhpdocObject
   |
  +-- PhpdocRendererObject
     |
    +-- PhpdocHTMLRenderer
       |
      +-- PhpdocHTMLWarningRenderer

Renders files with warnings.

 

private class PhpdocHTMLWarningRenderer extends PhpdocHTMLRenderer

Renders files with warnings.

AuthorsUlf Wendel <ulf.wendel@phpdoc.de>
Version$Id: $

 

Methods inherited from PhpdocHTMLRenderer

setpath, settemplateroot, encode

Methods inherited from PhpdocObject

setflagoutput, out, nametourl, outl, introspection

Public Method Summary

void

PhpdocHTMLWarningRenderer(string $path, string $templateRoot, string $application, [ string $extension ])

Sets the xml and template root directory.
void

finishWarnings()

Saves the generated report.
void

addWarnings(string $xmlfile)

Adds file with warnings to the warning list.

Fields inherited from PhpdocHTMLRenderer

$tpl, $accessor, $templateroot, $path

Fields inherited from PhpdocRendererObject

$file_extension, $warn, $accessor

Fields inherited from PhpdocObject

$err, $application, $warn, $flag_output

Public Method Details

PhpdocHTMLWarningRenderer

public void PhpdocHTMLWarningRenderer( string $path, string $templateRoot, string $application, [ string $extension ] )

  Sets the xml and template root directory.

Parameter
string $path
file path
string $templateRoot
file path
string $application
of the application
string $extension = >>".html"<<
extension
Returns void


finishWarnings

public void finishWarnings( )

  Saves the generated report.

Returns void

See Also addWarnings()

addWarnings

public void addWarnings( string $xmlfile )

  Adds file with warnings to the warning list.

Parameter
string $xmlfile
file
Returns void

See Also finishWarnings()


Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta