|
|
File: c:/www/apache/doc2//renderer/html/PhpdocHTMLModuleRenderer.php
PHPDOC 2000/12/03 - PHPDoc
PhpdocHTMLModuleRenderer
PhpdocObject | +-- PhpdocRendererObject | +-- PhpdocHTMLRenderer | +-- PhpdocHTMLDocumentRenderer | +-- PhpdocHTMLModuleRenderer
Renders modules.
|
Renders modules.
|
|
|
Methods inherited from PhpdocHTMLDocumentRenderer |
renderconstants, renderconstantsummary, renderconstantdetail, renderuses, renderusesdetail, renderusessummary, renderfunctions, renderfunctionsummary, renderfunctiondetail, renderparameterdetail, getparameter, rendersee, renderauthors, renderlinks, renderthrows, renderglobals, rendercommondocfields |
|
|
|
|
|
|
|
|
Public Method Details |
PhpdocHTMLModuleRenderer |
public void PhpdocHTMLModuleRenderer( string $path, string $templateRoot, string $application, [ string $extension ] )
|
|
Sets the xml and template root directory.
|
Parameter |
|
|
|
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 |
|
|
|
|
PHPDoc 1.0beta |