Methods | ||
---|---|---|
public
|
__construct(
Error[] $fileSpecificErrors,
string[] $notFileSpecificErrors,
string[] $internalErrors,
string[] $warnings,
CollectedData[] $collectedData,
bool $defaultLevelUsed,
?string $projectConfigFile,
bool $savedResultCache,
)
|
# |
public
|
hasErrors(): bool
|
# |
public
|
getTotalErrorsCount(): int
|
# |
public
|
getFileSpecificErrors(): Error[]
|
# |
public
|
getNotFileSpecificErrors(): string[]
|
# |
public
|
getInternalErrors(): string[]
|
# |
public
|
getWarnings(): string[]
|
# |
public
|
hasWarnings(): bool
|
# |
public
|
getCollectedData(): CollectedData[]
|
# |
public
|
isDefaultLevelUsed(): bool
|
# |
public
|
getProjectConfigFile(): ?string
|
# |
public
|
hasInternalErrors(): bool
|
# |
public
|
isResultCacheSaved(): bool
|
# |