|
|
File: c:/www/apache/doc2//xmlexporter/PhpdocXMLModuleExporter.php
PHPDOC 2000/12/03 - PHPDoc
PhpdocXMLModuleExporter
PhpdocObject | +-- PhpdocXMLExporter | +-- PhpdocXMLDocumentExporter | +-- PhpdocXMLModuleExporter
Exports the data of a module as an xml document
|
Exports the data of a module as an xml document
|
|
|
Methods inherited from PhpdocXMLDocumentExporter |
filenamexml, constsxml, usesxml, functionsxml, docxml, globalsxml, throwsxml, returnxml, paramsxml, authorxml, linkxml, seexml |
|
|
|
|
Private Method Summary |
void |
create()Warning: documentation is missing. |
|
Fields inherited from PhpdocXMLDocumentExporter |
$doctags, $seeattributes, $linkattributes, $authorattributes, $inheritedoverridenattributes, $constattributes, $usesattributes, $functionattributes, $returnattributes, $globalattributes, $paramattributes |
|
|
|
|
Public Method Details |
PhpdocXMLModuleExporter |
public void PhpdocXMLModuleExporter( )
|
|
Warning: documentation is missing.
|
Returns |
void |
|
|
Private Method Details |
create |
private void create( )
|
|
Warning: documentation is missing.
|
Returns |
void |
|
|
Private Field Details |
$moduleAttributes |
private array $moduleAttributes
>>array(
"name" => "CDATA",
"group" => "CDATA",
"undoc" => "Boolean",
"access" => "CDATA",
"package" => "CDATA"
) <<
Module container attributes
|
|
$fileprefix |
private string $fileprefix
>>"module_" <<
Filename prefix for the generated xml document.
This class variable must be overriden by all derived classes.PHPDoc uses the filename prefix to detect the content ofthe file.
|
|
|
|
|
PHPDoc 1.0beta |