MediaWiki master
RevDelArchivedRevisionItem Class Reference

Item class for a archive table row by ar_rev_id – actually used via RevDelRevisionList. More...

Inherits RevDelArchiveItem.

Collaboration diagram for RevDelArchivedRevisionItem:

Public Member Functions

 __construct (RevisionListBase $list, stdClass $row, IConnectionProvider $dbProvider)
 
 getId ()
 Get the ID, as it would appear in the ids URL parameter.
Returns
int|string

 
 getIdField ()
 Get the DB field name associated with the ID list.Override this function.

Returns
string|null

 
 setBits ( $bits)
 
- Public Member Functions inherited from RevDelArchiveItem
 getAuthorActorField ()
 Get the DB field name storing actor ids.Override this function.

Since
1.31
Returns
string|false

 
 getAuthorIdField ()
 Get the DB field name storing user ids.Override this function.

Returns
string|false

 
 getAuthorNameField ()
 Get the DB field name storing user names.Override this function.

Returns
string|false

 
 getTimestampField ()
 Get the DB field name storing timestamps.Override this function.

Returns
string|false

 
- Public Member Functions inherited from RevDelRevisionItem
 __construct (RevisionListBase $list, $row)
 
Parameters
RevisionListBase$list
stdClass$rowDB result row

 
 canView ()
 Returns true if the current user can view the item.
Returns
bool

 
 canViewContent ()
 Returns true if the current user can view the item text/file.
Returns
bool

 
 getApiData (ApiResult $result)
 Get the return information about the revision for the API.
Since
1.23
Parameters
ApiResult$result
Returns
array Data for the API result

 
 getBits ()
 Get the current deletion bitfield value.
Returns
int

 
 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.
Parameters
int$newBits
Returns
bool

 
- 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 $dbProvider
 
- 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.Overridden by RevDelArchiveItem

Returns
string

 
 getRevisionLink ()
 Get the HTML link to the revision text.Overridden by RevDelArchiveItem.

Returns
string

 
- 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.
Parameters
RevisionListBase$list
mixed$row
Returns
RevisionRecord

 

Detailed Description

Item class for a archive table row by ar_rev_id – actually used via RevDelRevisionList.

Definition at line 15 of file RevDelArchivedRevisionItem.php.

Constructor & Destructor Documentation

◆ __construct()

RevDelArchivedRevisionItem::__construct ( RevisionListBase $list,
stdClass $row,
IConnectionProvider $dbProvider )
Parameters
RevisionListBase$list
stdClass$row
IConnectionProvider$dbProvider

Definition at line 24 of file RevDelArchivedRevisionItem.php.

References $dbProvider, MediaWiki\RevisionList\RevisionItemBase\$list, and MediaWiki\RevisionList\RevisionItemBase\$row.

Member Function Documentation

◆ getId()

RevDelArchivedRevisionItem::getId ( )

Get the ID, as it would appear in the ids URL parameter.

Returns
int|string

Reimplemented from RevDelArchiveItem.

Definition at line 35 of file RevDelArchivedRevisionItem.php.

◆ getIdField()

RevDelArchivedRevisionItem::getIdField ( )

Get the DB field name associated with the ID list.Override this function.

Returns
string|null

Reimplemented from RevDelArchiveItem.

Definition at line 30 of file RevDelArchivedRevisionItem.php.

◆ setBits()

RevDelArchivedRevisionItem::setBits ( $bits)
Parameters
int$bits
Returns
bool

Reimplemented from RevDelArchiveItem.

Definition at line 43 of file RevDelArchivedRevisionItem.php.

Member Data Documentation

◆ $dbProvider

IConnectionProvider RevDelArchivedRevisionItem::$dbProvider
protected

Definition at line 17 of file RevDelArchivedRevisionItem.php.

Referenced by __construct().


The documentation for this class was generated from the following file: