Packageindex Classtrees Modulegroups Elementlist Report XML Files

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

PhpdocHTMLModuleRenderer

PhpdocObject
   |
  +-- PhpdocRendererObject
     |
    +-- PhpdocHTMLRenderer
       |
      +-- PhpdocHTMLDocumentRenderer
         |
        +-- PhpdocHTMLModuleRenderer

Renders modules.

 

private class PhpdocHTMLModuleRenderer extends PhpdocHTMLDocumentRenderer

Renders modules.

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

 

Methods inherited from PhpdocHTMLDocumentRenderer

renderconstants, renderconstantsummary, renderconstantdetail, renderuses, renderusesdetail, renderusessummary, renderfunctions, renderfunctionsummary, renderfunctiondetail, renderparameterdetail, getparameter, rendersee, renderauthors, renderlinks, renderthrows, renderglobals, rendercommondocfields

Methods inherited from PhpdocHTMLRenderer

setpath, settemplateroot, encode

Methods inherited from PhpdocObject

setflagoutput, out, nametourl, outl, introspection

Public Method Summary

void

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

Sets the xml and template root directory.
void

renderModule(string $xmlfile, [ string $htmlfile ])

Renders a module

Fields inherited from PhpdocHTMLDocumentRenderer

$undocumented, $functions, $uses, $constants, $accessmodifiers, $simpledocfields, $usestypes

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

PhpdocHTMLModuleRenderer

public void PhpdocHTMLModuleRenderer( 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 current application
string $extension = >>".html"<<
extension
Returns void


renderModule

public void renderModule( string $xmlfile, [ string $htmlfile ] )

  Renders a module

Parameter
string $xmlfile
source file
string $htmlfile = >>""<<
of the HTML target file.
Returns void



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta