|
|
File: c:/www/apache/doc2//xmlexporter/PhpdocXMLWarningExporter.php
PHPDOC 2000/12/03 - PHPDoc
PhpdocXMLWarningExporter
PhpdocObject | +-- PhpdocXMLExporter | +-- PhpdocXMLWarningExporter
Exports a list of documentation warnings found by phpdoc
|
private class PhpdocXMLWarningExporter extends PhpdocXMLExporter
Exports a list of documentation warnings found by phpdoc
|
|
|
|
|
|
Private Method Summary |
void |
create()Warning: documentation is missing. |
|
|
|
Private Field Summary |
array |
$warningAttributesAttributes of a warning container. |
string |
$fileprefixFilename prefix for the generated xml document. |
|
Public Method Details |
PhpdocXMLWarningExporter |
public void PhpdocXMLWarningExporter( )
|
|
Warning: documentation is missing.
|
Returns |
void |
|
|
Private Method Details |
create |
private void create( )
|
|
Warning: documentation is missing.
|
Returns |
void |
|
|
Private Field Details |
$warningAttributes |
private array $warningAttributes
>>array(
"name" => "CDATA",
"type" => "CDATA",
"elementtype" => "CDATA"
) <<
Attributes of a warning container.
|
|
$fileprefix |
private string $fileprefix
>>"warnings_" <<
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 |