extends |
CollectionInterface<int, SyncErrorInterface>, Stringable |
|---|
| Methods | ||
|---|---|---|
public
|
getErrorCount(): int
|
# |
public
|
getWarningCount(): int
|
# |
public
|
getSummary(
): array<array{code: string, title: string, detail: string, meta: array{level: string, count: int, seen: int, values: list<mixed[]|object|int|float|string|bool|null>}}>
|
# |
public
|
getSummaryText(): string
|
# |
public
|
reportErrors(ConsoleInterface|null $console = null, string $successText = 'No sync errors recorded'): void
|
# |
public
|
jsonSerialize(
): array<array{code: string, title: string, detail: string, meta: array{level: string, count: int, seen: int, values: list<mixed[]|object|int|float|string|bool|null>}}>
|
# |
| Methods inherited from Salient\Contract\Collection\CollectionInterface |
|---|
add(), push(), unshift() |
| Methods inherited from Salient\Contract\Collection\DictionaryInterface |
|---|
__construct(), isEmpty(), set(), has(), get(), unset(), merge(), sort(), reverse(), forEach(), map(), filter(), find(), only(), onlyIn(), except(), exceptIn(), slice(), hasValue(), keyOf(), firstOf(), all(), first(), last(), nth(), pop(), shift() |
| Methods inherited from ArrayAccess |
|---|
offsetExists(), offsetGet(), offsetSet(), offsetUnset() |
| Methods inherited from Countable |
|---|
count() |
| Methods inherited from Salient\Contract\Core\Arrayable |
|---|
toArray() |
| Methods inherited from Salient\Contract\Core\Jsonable |
|---|
toJson() |
| Methods inherited from Stringable |
|---|
__toString() |
| Constants inherited from Salient\Contract\Collection\DictionaryInterface |
|---|
|