Wikibase
MediaWiki Wikibase extension
|
Class for qualifier removal change operation. More...
Public Member Functions | |||||||||||
__construct ( $statementGuid, $snakHash) | |||||||||||
Constructs a new qualifier removal change operation. | |||||||||||
apply (EntityDocument $entity, Summary $summary=null) | |||||||||||
Applies the change represented by this ChangeOp to the given Entity.As ChangeOp does not yet know whether it is going to change the entity or not, and since expensive validations should be run only on ChangeOp s that will change the entity, ChangeOpResult::validate is recommended for such validations.
| |||||||||||
validate (EntityDocument $entity) | |||||||||||
Public Member Functions inherited from Wikibase\Repo\ChangeOp\ChangeOpBase | |||||||||||
getActions () | |||||||||||
Protected Member Functions | |
removeQualifier (SnakList $qualifiers, Summary $summary=null) | |
getSnakSummaryArgs (Snak $snak) | |
Protected Member Functions inherited from Wikibase\Repo\ChangeOp\ChangeOpBase | |
updateSummary (?Summary $summary, $action, $language='', $args='') | |
Private Attributes | |
$statementGuid | |
$snakHash | |
Class for qualifier removal change operation.
Wikibase\Repo\ChangeOp\ChangeOpQualifierRemove::__construct | ( | $statementGuid, | |
$snakHash ) |
Constructs a new qualifier removal change operation.
string | $statementGuid | |
string | $snakHash |
InvalidArgumentException |
Wikibase\Repo\ChangeOp\ChangeOpQualifierRemove::apply | ( | EntityDocument | $entity, |
Summary | $summary = null ) |
Applies the change represented by this ChangeOp to the given Entity.As ChangeOp
does not yet know whether it is going to change the entity or not, and since expensive validations should be run only on ChangeOp
s that will change the entity, ChangeOpResult::validate
is recommended for such validations.
EntityDocument | $entity | |
Summary | null | $summary |
InvalidArgumentException | when called with an unexpected entity type. |
ChangeOpException | when the change can not be applied to the entity, e.g. because the same data was edited in the meantime. |
Implements Wikibase\Repo\ChangeOp\ChangeOp.
|
protected |
Snak | $snak |
|
protected |
SnakList | $qualifiers | |
Summary | null | $summary |
ChangeOpException |
Wikibase\Repo\ChangeOp\ChangeOpQualifierRemove::validate | ( | EntityDocument | $entity | ) |
EntityDocument | $entity |
Implements Wikibase\Repo\ChangeOp\ChangeOp.
|
private |
|
private |