Exception indicating that an attempt was made to access a redirected EntityId without resolving the redirect first.
More...
Exception indicating that an attempt was made to access a redirected EntityId without resolving the redirect first.
In the case of double-redirects on wikidata they are currently handled by bots asynchronously
- See also
- https://www.wikidata.org/wiki/Help:Redirects
- Copyright
- GPL-2.0-or-later
- Author
- Daniel Kinzler
◆ __construct()
Wikibase\Lib\Store\RevisionedUnresolvedRedirectException::__construct |
( |
EntityId | $entityId, |
|
|
EntityId | $redirectTargetId, |
|
|
| $revisionId = 0, |
|
|
| $revisionTimestamp = '' ) |
- Parameters
-
EntityId | $entityId | |
EntityId | $redirectTargetId | The ID of the target Entity of the redirect |
int | $revisionId | |
string | $revisionTimestamp | |
◆ getRevisionId()
Wikibase\Lib\Store\RevisionedUnresolvedRedirectException::getRevisionId |
( |
| ) |
|
◆ getRevisionTimestamp()
Wikibase\Lib\Store\RevisionedUnresolvedRedirectException::getRevisionTimestamp |
( |
| ) |
|
◆ $revisionId
Wikibase\Lib\Store\RevisionedUnresolvedRedirectException::$revisionId |
|
private |
◆ $revisionTimestamp
Wikibase\Lib\Store\RevisionedUnresolvedRedirectException::$revisionTimestamp |
|
private |
The documentation for this class was generated from the following file: