Methods |
public
|
__construct(CollectorData $collectedData, bool $onlyFiles)
Parameters
$collectedData |
Array of attributes
|
Overrides
|
#
|
public
|
get<TCollector is Collector<Node, TValue>, TValue>(class-string<TCollector> $collectorType): array<string, list<TValue>>
|
#
|
public
|
isOnlyFilesAnalysis(): bool
Indicates that only files were passed to the analyser, not directory paths. True being returned strongly suggests that it's a partial analysis, not full project analysis.
Indicates that only files were passed to the analyser, not directory paths. True being returned strongly suggests that it's a partial analysis, not full project analysis.
|
#
|
public
|
getType(): string
Gets the type of the node.
Gets the type of the node.
Returns
Implements
|
#
|
public
|
getSubNodeNames(): array{}
Gets the names of the sub nodes.
Gets the names of the sub nodes.
Returns
Implements
|
#
|