Wikibase
MediaWiki Wikibase extension
|
Represents a violation of a uniqueness constraint. More...
Public Member Functions | |
__construct (?EntityId $conflictingEntity, $text, $code, array $params) | |
getConflictingEntity () | |
Private Attributes | |
$conflictingEntity | |
Represents a violation of a uniqueness constraint.
Wikibase\Repo\Validators\UniquenessViolation::__construct | ( | ?EntityId | $conflictingEntity, |
$text, | |||
$code, | |||
array | $params ) |
EntityId | null | $conflictingEntity | The entity causing the conflict, if known |
string | $text | |
string | $code | |
mixed[] | $params |
Wikibase\Repo\Validators\UniquenessViolation::getConflictingEntity | ( | ) |
|
private |