|
Wikibase
MediaWiki Wikibase extension
|
Represents a redirect from one EntityId to another. More...
Public Member Functions | |
| __construct (EntityId $entityId, EntityId $targetId) | |
| getEntityId () | |
| getTargetId () | |
| equals ( $that) | |
| __toString () | |
Private Attributes | |
| $entityId | |
| $targetId | |
Represents a redirect from one EntityId to another.
| EntityId | $entityId | |
| EntityId | $targetId |
| InvalidArgumentException |
| Wikibase\DataModel\Entity\EntityRedirect::__toString | ( | ) |
| Wikibase\DataModel\Entity\EntityRedirect::equals | ( | $that | ) |
| mixed | $that |
| Wikibase\DataModel\Entity\EntityRedirect::getEntityId | ( | ) |
| Wikibase\DataModel\Entity\EntityRedirect::getTargetId | ( | ) |
|
private |
|
private |