Class responsible for writing the results of the Reflection to a single Intermediate Structure file in XML.
__construct(\phpDocumentor\Parser\Parser $parser)
| inherited_from | \phpDocumentor\Parser\Exporter\ExporterAbstract::__construct() |
|---|
\phpDocumentor\Parser\Parser
debug(string $message) : void
| inherited_from | \phpDocumentor\Parser\ParserAbstract::debug() |
|---|---|
| inherited_from | \phpDocumentor\Parser\Exporter\ExporterAbstract::debug() |
stringThe message to log.
export(\phpDocumentor\Reflection\FileReflector $file) : void
\phpDocumentor\Reflection\FileReflectorFile to export.
finalize() : void
This method is responsible for extracting and manipulating the data that is global to the project, such as:
getContents() : string
stringgetIncludeSource() : boolean
| inherited_from | \phpDocumentor\Parser\Exporter\ExporterAbstract::getIncludeSource() |
|---|
booleaninitialize() : void
log(string $message, int $priority) : void
| inherited_from | \phpDocumentor\Parser\ParserAbstract::log() |
|---|---|
| inherited_from | \phpDocumentor\Parser\Exporter\ExporterAbstract::log() |
stringThe message to log.
intThe logging priority, the lower,the more important. Ranges from 1 to 7
setIncludeSource(boolean $include_source) : void
| inherited_from | \phpDocumentor\Parser\Exporter\ExporterAbstract::setIncludeSource() |
|---|
boolean
buildDeprecationList(\DOMDocument $dom) : void
buildMarkerList(\DOMDocument $dom) : void
buildNamespaceTree(\DOMDocument $dom) : void
buildPackageTree(\DOMDocument $dom) : void
filterVisibility(\DOMDocument $dom, array $visibility) : void
arrayThe visibility we want to filter on
generateNamespaceElements(array[] $namespaces, \DOMElement $parent_element, string $node_name) : void
array[]the list of namespaces to process.
stringthe name of the summary element.
generateNamespaceTree(array $namespaces) : array
arraythe list of namespaces as retrieved from the xml.
arraygetNodeListForTagBasedQuery(\DOMDocument $dom, string $marker) : \DOMNodeList
stringThe marker we're searching for throughout xml
$include_source : bool
| inherited_from | \phpDocumentor\Parser\Exporter\ExporterAbstract::$$include_source |
|---|
$parser : \phpDocumentor\Parser\Parser
| inherited_from | \phpDocumentor\Parser\Exporter\ExporterAbstract::$$parser |
|---|