Methods |
public
|
__construct(
list<Error> $fileSpecificErrors,
list<string> $notFileSpecificErrors,
list<InternalError> $internalErrors,
list<string> $warnings,
list<CollectedData> $collectedData,
bool $defaultLevelUsed,
?string $projectConfigFile,
bool $savedResultCache,
int $peakMemoryUsageBytes,
bool $isResultCacheUsed,
array<string, string> $changedProjectExtensionFilesOutsideOfAnalysedPaths,
)
|
#
|
public
|
hasErrors(): bool
|
#
|
public
|
getTotalErrorsCount(): int
|
#
|
public
|
getFileSpecificErrors(): list<Error>
Returns
sorted by their file name, line number and message
|
#
|
public
|
getNotFileSpecificErrors(): list<string>
|
#
|
public
|
getInternalErrorObjects(): list<InternalError>
|
#
|
public
|
getWarnings(): list<string>
|
#
|
public
|
hasWarnings(): bool
|
#
|
public
|
getCollectedData(): list<CollectedData>
|
#
|
public
|
isDefaultLevelUsed(): bool
|
#
|
public
|
getProjectConfigFile(): ?string
|
#
|
public
|
hasInternalErrors(): bool
|
#
|
public
|
isResultCacheSaved(): bool
|
#
|
public
|
getPeakMemoryUsageBytes(): int
|
#
|
public
|
isResultCacheUsed(): bool
|
#
|
public
|
getChangedProjectExtensionFilesOutsideOfAnalysedPaths(): array<string, string>
|
#
|