MediaWiki  1.23.2
RevDel_LogItem Class Reference

Item class for a logging table row. More...

Inheritance diagram for RevDel_LogItem:
Collaboration diagram for RevDel_LogItem:

Public Member Functions

 canView ()
 Returns true if the current user can view the item. More...
 
 canViewContent ()
 Returns true if the current user can view the item text/file. More...
 
 getApiData (ApiResult $result)
 Get the return information about the revision for the API. More...
 
 getAuthorIdField ()
 Get the DB field name storing user ids. More...
 
 getAuthorNameField ()
 Get the DB field name storing user names. More...
 
 getBits ()
 Get the current deletion bitfield value. More...
 
 getHTML ()
 Get the HTML of the list item. More...
 
 getIdField ()
 Get the DB field name associated with the ID list. More...
 
 getTimestampField ()
 Get the DB field name storing timestamps. More...
 
 setBits ( $bits)
 Set the visibility of the item. More...
 
- Public Member Functions inherited from RevDel_Item
 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. More...
 
- Public Member Functions inherited from RevisionItemBase
 __construct ( $list, $row)
 
 formatDate ()
 Get the date, formatted in user's language. More...
 
 formatTime ()
 Get the time, formatted in user's language. More...
 
 getAuthorId ()
 Get the author user ID. More...
 
 getAuthorName ()
 Get the author user name. More...
 
 getId ()
 Get the ID, as it would appear in the ids URL parameter. More...
 
 getTimestamp ()
 Get the timestamp in MW 14-char form. More...
 

Additional Inherited Members

- Public Attributes inherited from RevisionItemBase
 $list
 The parent RevisionListBase. More...
 
 $row
 The DB result row. More...
 

Detailed Description

Item class for a logging table row.

Definition at line 954 of file RevisionDelete.php.

Member Function Documentation

◆ canView()

RevDel_LogItem::canView ( )

Returns true if the current user can view the item.

Reimplemented from RevisionItemBase.

Definition at line 971 of file RevisionDelete.php.

References Revision\DELETED_RESTRICTED, list, and LogEventsList\userCan().

◆ canViewContent()

RevDel_LogItem::canViewContent ( )

Returns true if the current user can view the item text/file.

Reimplemented from RevisionItemBase.

Definition at line 975 of file RevisionDelete.php.

◆ getApiData()

RevDel_LogItem::getApiData ( ApiResult  $result)

Get the return information about the revision for the API.

Since
1.23
Parameters
ApiResult$resultAPI result object
Returns
array Data for the API result

Reimplemented from RevDel_Item.

Definition at line 1034 of file RevisionDelete.php.

References $ret, $user, ApiQueryLogEvents\addLogParams(), array(), LogPage\DELETED_ACTION, LogPage\DELETED_COMMENT, LogPage\DELETED_USER, list, DatabaseLogEntry\newFromRow(), and LogEventsList\userCan().

◆ getAuthorIdField()

RevDel_LogItem::getAuthorIdField ( )

Get the DB field name storing user ids.

Override this function.

Returns
bool

Reimplemented from RevisionItemBase.

Definition at line 963 of file RevisionDelete.php.

◆ getAuthorNameField()

RevDel_LogItem::getAuthorNameField ( )

Get the DB field name storing user names.

Override this function.

Returns
bool

Reimplemented from RevisionItemBase.

Definition at line 967 of file RevisionDelete.php.

◆ getBits()

RevDel_LogItem::getBits ( )

Get the current deletion bitfield value.

Reimplemented from RevDel_Item.

Definition at line 979 of file RevisionDelete.php.

◆ getHTML()

RevDel_LogItem::getHTML ( )

Get the HTML of the list item.

Should be include "<li></li>" tags. This is used to show the list in HTML form, by the special page.

Reimplemented from RevisionItemBase.

Definition at line 1007 of file RevisionDelete.php.

References $comment, $title, array(), Linker\commentBlock(), LogPage\DELETED_COMMENT, LogFormatter\FOR_THIS_USER, SpecialPage\getTitleFor(), LogEventsList\isDeleted(), Linker\link(), list, Title\makeTitle(), and LogFormatter\newFromRow().

◆ getIdField()

RevDel_LogItem::getIdField ( )

Get the DB field name associated with the ID list.

Override this function.

Returns
null

Reimplemented from RevisionItemBase.

Definition at line 955 of file RevisionDelete.php.

◆ getTimestampField()

RevDel_LogItem::getTimestampField ( )

Get the DB field name storing timestamps.

Override this function.

Returns
bool

Reimplemented from RevisionItemBase.

Definition at line 959 of file RevisionDelete.php.

◆ setBits()

RevDel_LogItem::setBits (   $newBits)

Set the visibility of the item.

This should do any necessary DB queries.

The DB update query should have a condition which forces it to only update if the value in the DB matches the value fetched earlier with the SELECT. If the update fails because it did not match, the function should return false. This prevents concurrency problems.

Returns
boolean success

Reimplemented from RevDel_Item.

Definition at line 983 of file RevisionDelete.php.

References array(), DB_MASTER, and wfGetDB().


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