Methods |
public
|
getType(): int
Get the error's type
|
#
|
public
|
getLevel(): int
Get the error's severity/message level
Get the error's severity/message level
Implements
|
#
|
public
|
getCode(): string
Get a code unique to the error's type and severity/message level
Get a code unique to the error's type and severity/message level
Implements
|
#
|
public
|
getMessage(): string
Get an explanation of the error
Get an explanation of the error
Implements
|
#
|
public
|
getFormat(): string
Get an sprintf() format string that explains the error
Get an sprintf() format string that explains the error
Implements
|
#
|
public
|
getValues(): array
Get values applied to the message format string
Get values applied to the message format string
Implements
|
#
|
public
|
getProvider(): ?SyncProviderInterface
Get the sync provider associated with the error
Get the sync provider associated with the error
Implements
|
#
|
public
|
getEntity(): ?SyncEntityInterface
Get the entity associated with the error
Get the entity associated with the error
Implements
|
#
|
public
|
getEntityName(): ?string
Get the display name of the entity associated with the error
Get the display name of the entity associated with the error
Implements
|
#
|
public
|
getCount(): int
Get the number of times the error has been reported
Get the number of times the error has been reported
Implements
|
#
|
public
|
count()
Get an instance where the number of times the error has been reported is
incremented
Get an instance where the number of times the error has been reported is
incremented
Implements
|
#
|
public
static
|
compare($a, $b): int
Get an integer less than, equal to, or greater than zero when $a is less
than, equal to, or greater than $b,…
Get an integer less than, equal to, or greater than zero when $a is less
than, equal to, or greater than $b, respectively
This method returns the equivalent of:
$a <=> $b
Implements
|
#
|