Represents a revision on a site.
More...
Represents a revision on a site.
- Todo:
- Merge this into ExternalChange
- Copyright
- GPL-2.0-or-later
- Author
- Katie Filbert < aude..nosp@m.wiki.nosp@m.@gmai.nosp@m.l.co.nosp@m.m >
-
Daniel Kinzler
◆ __construct()
Wikibase\Client\RecentChanges\RevisionData::__construct |
( |
|
$userName, |
|
|
|
$timestamp, |
|
|
|
$comment, |
|
|
|
$commentHtml, |
|
|
|
$siteId, |
|
|
int |
$visibility, |
|
|
array |
$changeParams |
|
) |
| |
- Parameters
-
string | $userName | |
string | $timestamp | |
string | $comment | |
string | null | $commentHtml | |
string | $siteId | |
int | $visibility | |
array | $changeParams | |
◆ getCentralUserId()
Wikibase\Client\RecentChanges\RevisionData::getCentralUserId |
( |
| ) |
|
Gets the central user ID.
This should be from CentralIdLookup, with the repo wiki and client wiki being part of the same central system.
- Returns
- int
◆ getChangeParams()
Wikibase\Client\RecentChanges\RevisionData::getChangeParams |
( |
| ) |
|
◆ getComment()
Wikibase\Client\RecentChanges\RevisionData::getComment |
( |
| ) |
|
◆ getCommentHtml()
Wikibase\Client\RecentChanges\RevisionData::getCommentHtml |
( |
| ) |
|
◆ getPageId()
Wikibase\Client\RecentChanges\RevisionData::getPageId |
( |
| ) |
|
◆ getParentId()
Wikibase\Client\RecentChanges\RevisionData::getParentId |
( |
| ) |
|
◆ getRevId()
Wikibase\Client\RecentChanges\RevisionData::getRevId |
( |
| ) |
|
◆ getSiteId()
Wikibase\Client\RecentChanges\RevisionData::getSiteId |
( |
| ) |
|
◆ getTimestamp()
Wikibase\Client\RecentChanges\RevisionData::getTimestamp |
( |
| ) |
|
◆ getUserName()
Wikibase\Client\RecentChanges\RevisionData::getUserName |
( |
| ) |
|
◆ getVisibility()
Wikibase\Client\RecentChanges\RevisionData::getVisibility |
( |
| ) |
|
◆ $changeParams
Wikibase\Client\RecentChanges\RevisionData::$changeParams |
|
protected |
◆ $comment
Wikibase\Client\RecentChanges\RevisionData::$comment |
|
protected |
◆ $commentHtml
Wikibase\Client\RecentChanges\RevisionData::$commentHtml |
|
protected |
◆ $siteId
Wikibase\Client\RecentChanges\RevisionData::$siteId |
|
private |
◆ $timestamp
Wikibase\Client\RecentChanges\RevisionData::$timestamp |
|
protected |
◆ $userName
Wikibase\Client\RecentChanges\RevisionData::$userName |
|
protected |
◆ $visibility
Wikibase\Client\RecentChanges\RevisionData::$visibility |
|
private |
The documentation for this class was generated from the following file: