MediaWiki  REL1_19
RevDel_FileItem Class Reference

Item class for an oldimage table row. More...

Inheritance diagram for RevDel_FileItem:
Collaboration diagram for RevDel_FileItem:

List of all members.

Public Member Functions

 __construct ($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.
 getAuthorIdField ()
 Get the DB field name storing user ids.
 getAuthorNameField ()
 Get the DB field name storing user names.
 getBits ()
 Get the current deletion bitfield value.
 getHTML ()
 Get the HTML of the list item.
 getId ()
 Get the ID, as it would appear in the ids URL parameter.
 getIdField ()
 Get the DB field name associated with the ID list.
 getTimestampField ()
 Get the DB field name storing timestamps.
 isDeleted ()
 setBits ($bits)
 Set the visibility of the item.

Public Attributes

 $file

Protected Member Functions

 getComment ()
 Wrap and format the file's comment block, if the current user is allowed to view it.
 getLink ()
 Get the link to the file.
 getUserTools ()
 Generate a user tool link cluster if the current user is allowed to view it.

Detailed Description

Item class for an oldimage table row.

Definition at line 493 of file RevisionDelete.php.


Constructor & Destructor Documentation

RevDel_FileItem::__construct ( list,
row 
)
Parameters:
$listRevisionListBase
$rowDB result row

Reimplemented from RevisionItemBase.

Reimplemented in RevDel_ArchivedFileItem.

Definition at line 500 of file RevisionDelete.php.

References RevisionItemBase\$list, RevisionItemBase\$row, and RepoGroup\singleton().

Here is the call graph for this function:


Member Function Documentation

Returns true if the current user can view the item.

Reimplemented from RevisionItemBase.

Definition at line 526 of file RevisionDelete.php.

References File\DELETED_RESTRICTED.

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

Reimplemented from RevisionItemBase.

Definition at line 530 of file RevisionDelete.php.

References File\DELETED_FILE.

Referenced by getLink(), and RevDel_ArchivedFileItem\getLink().

Here is the caller graph for this function:

Get the DB field name storing user ids.

Override this function.

Reimplemented from RevisionItemBase.

Reimplemented in RevDel_ArchivedFileItem.

Definition at line 513 of file RevisionDelete.php.

Get the DB field name storing user names.

Override this function.

Reimplemented from RevisionItemBase.

Reimplemented in RevDel_ArchivedFileItem.

Definition at line 517 of file RevisionDelete.php.

Get the current deletion bitfield value.

Reimplemented from RevDel_Item.

Definition at line 534 of file RevisionDelete.php.

RevDel_FileItem::getComment ( ) [protected]

Wrap and format the file's comment block, if the current user is allowed to view it.

Returns:
string HTML

Definition at line 632 of file RevisionDelete.php.

References Linker\commentBlock(), File\DELETED_COMMENT, and wfMsgHtml().

Referenced by getHTML().

Here is the call graph for this function:

Here is the caller graph for this function:

Get the HTML of the list item.

Should be include tags. This is used to show the list in HTML form, by the special page.

Reimplemented from RevisionItemBase.

Definition at line 644 of file RevisionDelete.php.

References getComment(), getLink(), getUserTools(), wfMsg(), and wfMsgExt().

Here is the call graph for this function:

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

Reimplemented from RevisionItemBase.

Reimplemented in RevDel_ArchivedFileItem.

Definition at line 521 of file RevisionDelete.php.

Get the DB field name associated with the ID list.

Override this function.

Reimplemented from RevisionItemBase.

Reimplemented in RevDel_ArchivedFileItem.

Definition at line 505 of file RevisionDelete.php.

RevDel_FileItem::getLink ( ) [protected]

Get the link to the file.

Overridden by RevDel_ArchivedFileItem.

Reimplemented in RevDel_ArchivedFileItem.

Definition at line 584 of file RevisionDelete.php.

References canViewContent(), Xml\element(), SpecialPage\getTitleFor(), isDeleted(), and Linker\link().

Referenced by getHTML().

Here is the call graph for this function:

Here is the caller graph for this function:

Get the DB field name storing timestamps.

Override this function.

Reimplemented from RevisionItemBase.

Reimplemented in RevDel_ArchivedFileItem.

Definition at line 509 of file RevisionDelete.php.

Generate a user tool link cluster if the current user is allowed to view it.

Returns:
string HTML

Definition at line 613 of file RevisionDelete.php.

References Revision\DELETED_USER, Linker\userLink(), Linker\userToolLinks(), and wfMsgHtml().

Referenced by getHTML().

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 576 of file RevisionDelete.php.

References File\DELETED_FILE.

Referenced by getLink(), RevDel_ArchivedFileItem\getLink(), and setBits().

Here is the caller graph for this function:

RevDel_FileItem::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.

Reimplemented in RevDel_ArchivedFileItem.

Definition at line 538 of file RevisionDelete.php.

References File\DELETED_FILE, isDeleted(), and wfGetDB().

Here is the call graph for this function:


Member Data Documentation

RevDel_FileItem::$file

Definition at line 498 of file RevisionDelete.php.


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