Class responsible for writing the results of the Reflection of a single source file to disk.
__construct(\phpDocumentor\Parser\Parser $parser)
\phpDocumentor\Parser\Parser
debug(string $message) : void
| inherited_from | \phpDocumentor\Parser\ParserAbstract::debug() |
|---|
stringThe message to log.
export(\phpDocumentor\Reflection\FileReflector $file) : void
\phpDocumentor\Reflection\FileReflectorFile to export.
finalize() : void
getContents() : string | null
stringnull
getIncludeSource() : boolean
booleaninitialize() : void
log(string $message, int $priority) : void
| inherited_from | \phpDocumentor\Parser\ParserAbstract::log() |
|---|
stringThe message to log.
intThe logging priority, the lower,the more important. Ranges from 1 to 7
setIncludeSource(boolean $include_source) : void
boolean
$include_source : bool
$parser : \phpDocumentor\Parser\Parser