Represents a violation of a uniqueness constraint.
More...
Represents a violation of a uniqueness constraint.
- Copyright
- GPL-2.0-or-later
- Author
- Daniel Kinzler
◆ __construct()
Wikibase\Repo\Validators\UniquenessViolation::__construct |
( |
EntityId |
$conflictingEntity, |
|
|
|
$text, |
|
|
|
$code, |
|
|
array |
$params |
|
) |
| |
- See also
- Error::__construct()
- Parameters
-
EntityId | $conflictingEntity | The entity causing the conflict |
string | $text | |
string | $code | |
mixed[] | $params | |
◆ getConflictingEntity()
Wikibase\Repo\Validators\UniquenessViolation::getConflictingEntity |
( |
| ) |
|
◆ $conflictingEntity
Wikibase\Repo\Validators\UniquenessViolation::$conflictingEntity |
|
private |
The documentation for this class was generated from the following file: