Wikibase
MediaWiki Wikibase extension
|
Class ChangeOpAliasesResult. More...
Public Member Functions | |
__construct (?EntityId $entityId, string $languageCode, array $oldAliases, array $newAliases, bool $isEntityChanged=false) | |
getLanguageCode () | |
The language code of the entity part that changed. | |
getNewAliases () | |
getOldAliases () | |
Public Member Functions inherited from Wikibase\Repo\ChangeOp\GenericChangeOpResult | |
__construct (?EntityId $entityId, bool $isEntityChanged) | |
getEntityId () | |
The id of the entity document that the change op was applied to. | |
isEntityChanged () | |
Whether the entity document was actually changed in any way as a result of applying the change op to it. | |
validate () | |
Validate a ChangeOpResult. | |
Private Attributes | |
$languageCode | |
$oldAliases | |
$newAliases | |
Class ChangeOpAliasesResult.
Wikibase\Repo\ChangeOp\ChangeOpAliasesResult::__construct | ( | ?EntityId | $entityId, |
string | $languageCode, | ||
array | $oldAliases, | ||
array | $newAliases, | ||
bool | $isEntityChanged = false ) |
EntityId | null | $entityId | |
string | $languageCode | |
string[] | $oldAliases | |
string[] | $newAliases | |
bool | $isEntityChanged |
Wikibase\Repo\ChangeOp\ChangeOpAliasesResult::getLanguageCode | ( | ) |
The language code of the entity part that changed.
Implements Wikibase\Repo\ChangeOp\LanguageBoundChangeOpResult.
Wikibase\Repo\ChangeOp\ChangeOpAliasesResult::getNewAliases | ( | ) |
Wikibase\Repo\ChangeOp\ChangeOpAliasesResult::getOldAliases | ( | ) |
|
private |
|
private |
|
private |