$source
$source : string|null
Configuration definition for the transformer.
$externalClassDocumentation : array<mixed,\phpDocumentor\Transformer\Configuration\ExternalClassDocumentation>
setSource(string $source) : void
Set the source location where the parser's output can be found.
This might, for example, be used in the Run command to read the parser's output location from the target
setting in the configuration of the parser and then, by using this method, be set.
string | $source |
getExternalClassDocumentation() : array<mixed,\phpDocumentor\Transformer\Configuration\ExternalClassDocumentation>
Returns the references to external documentation sites for classes not found in the parsed contents.
setExternalClassDocumentation(array<mixed,\phpDocumentor\Transformer\Configuration\ExternalClassDocumentation> $externalClassDocumentation) : void
Sets references to external documentation sites for classes not found in the parsed contents.
array<mixed,\phpDocumentor\Transformer\Configuration\ExternalClassDocumentation> | $externalClassDocumentation |