|
| __construct (string $siteId) |
|
| validate (EntityDocument $entity) |
| Validates the current ChangeOp.This indicates whether this ChangeOp is valid with respect to the given entity.- Parameters
-
- Exceptions
-
InvalidArgumentException | when called with an unexpected entity type. |
ChangeOpException | when the change is invalid for this entity for other reasons than the entity type. |
- Returns
- Result
|
|
| 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.- Parameters
-
EntityDocument | $entity | |
Summary | null | $summary | |
- Exceptions
-
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. |
- Returns
- ChangeOpResult
|
|
| getActions () |
|
- Copyright
- GPL-2.0-or-later
◆ __construct()
Wikibase\Repo\ChangeOp\ChangeOpRemoveSiteLink::__construct |
( |
string | $siteId | ) |
|
◆ apply()
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.
- Parameters
-
EntityDocument | $entity | |
Summary | null | $summary | |
- Exceptions
-
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. |
- Returns
- ChangeOpResult
Implements Wikibase\Repo\ChangeOp\ChangeOp.
◆ validate()
Wikibase\Repo\ChangeOp\ChangeOpRemoveSiteLink::validate |
( |
EntityDocument | $entity | ) |
|
Validates the current ChangeOp.This indicates whether this ChangeOp is valid with respect to the given entity.
- Parameters
-
- Exceptions
-
InvalidArgumentException | when called with an unexpected entity type. |
ChangeOpException | when the change is invalid for this entity for other reasons than the entity type. |
- Returns
- Result
Implements Wikibase\Repo\ChangeOp\ChangeOp.
◆ $siteId
Wikibase\Repo\ChangeOp\ChangeOpRemoveSiteLink::$siteId |
|
private |
The documentation for this class was generated from the following file: