MediaWiki master
|
Item class for a archive table row by ar_rev_id – actually used via RevDelRevisionList. More...
Inherits RevDelArchiveItem.
Public Member Functions | |
__construct (RevisionListBase $list, stdClass $row, IConnectionProvider $connectionProvider) | |
getId () | |
getIdField () | |
setBits ( $bits) | |
Public Member Functions inherited from RevDelArchiveItem | |
getAuthorActorField () | |
Get the DB field name storing actor ids. | |
getAuthorIdField () | |
Get the DB field name storing user ids. | |
getAuthorNameField () | |
Get the DB field name storing user names. | |
getTimestampField () | |
Get the DB field name storing timestamps. | |
Public Member Functions inherited from RevDelRevisionItem | |
__construct (RevisionListBase $list, $row) | |
canView () | |
Returns true if the current user can view the item. | |
canViewContent () | |
Returns true if the current user can view the item text/file. | |
getApiData (ApiResult $result) | |
Get the return information about the revision for the API. | |
getBits () | |
Get the current deletion bitfield value. | |
getHTML () | |
getTags () | |
isDeleted () | |
isHideCurrentOp ( $newBits) | |
Returns true if the item is "current", and the operation to set the given bits can't be executed for that reason STUB. | |
Public Member Functions inherited from RevDelItem | |
lock () | |
Lock the item against changes outside of the DB. | |
unlock () | |
Unlock the item against changes outside of the DB. | |
Public Member Functions inherited from MediaWiki\RevisionList\RevisionItemBase | |
formatDate () | |
Get the date, formatted in user's language. | |
formatTime () | |
Get the time, formatted in user's language. | |
getAuthorActor () | |
Get the author actor ID. | |
getAuthorId () | |
Get the author user ID. | |
getAuthorName () | |
Get the author user name. | |
getTimestamp () | |
Get the timestamp in MW 14-char form. | |
Protected Attributes | |
IConnectionProvider IConnectionProvider | $connectionProvider |
Protected Attributes inherited from MediaWiki\RevisionList\RevisionItemBase | |
RevisionListBase | $list |
The parent. | |
stdClass | $row |
The database result row. | |
Additional Inherited Members | |
Public Attributes inherited from RevDelRevisionItem | |
RevisionRecord | $revisionRecord |
Protected Member Functions inherited from RevDelArchiveItem | |
getDiffLink () | |
Get the HTML link to the diff. | |
getRevisionLink () | |
Get the HTML link to the revision text. | |
Protected Member Functions inherited from RevDelRevisionItem | |
getRevisionRecord () | |
Get the RevisionRecord for the item. | |
Protected Member Functions inherited from MediaWiki\RevisionList\RevisionItemBase | |
getLinkRenderer () | |
Returns an instance of LinkRenderer. | |
Static Protected Member Functions inherited from RevDelArchiveItem | |
static | initRevisionRecord ( $list, $row) |
Create RevisionRecord object from $row sourced from $list. | |
Item class for a archive table row by ar_rev_id – actually used via RevDelRevisionList.
Definition at line 29 of file RevDelArchivedRevisionItem.php.
RevDelArchivedRevisionItem::__construct | ( | RevisionListBase | $list, |
stdClass | $row, | ||
IConnectionProvider | $connectionProvider ) |
RevisionListBase | $list | |
stdClass | $row | |
IConnectionProvider | $connectionProvider |
Definition at line 39 of file RevDelArchivedRevisionItem.php.
References $connectionProvider, MediaWiki\RevisionList\RevisionItemBase\$list, and MediaWiki\RevisionList\RevisionItemBase\$row.
RevDelArchivedRevisionItem::getId | ( | ) |
Reimplemented from RevDelArchiveItem.
Definition at line 54 of file RevDelArchivedRevisionItem.php.
RevDelArchivedRevisionItem::getIdField | ( | ) |
Reimplemented from RevDelArchiveItem.
Definition at line 47 of file RevDelArchivedRevisionItem.php.
RevDelArchivedRevisionItem::setBits | ( | $bits | ) |
int | $bits |
Reimplemented from RevDelArchiveItem.
Definition at line 62 of file RevDelArchivedRevisionItem.php.
|
protected |
Definition at line 32 of file RevDelArchivedRevisionItem.php.
Referenced by __construct().