|
MediaWiki
master
|
Item class for a logging table row with its associated change tags. More...


Public Member Functions | |
| canView () | |
| canViewContent () | |
| getAuthorIdField () | |
| getAuthorNameField () | |
| getHTML () | |
| getIdField () | |
| getTags () | |
| getTimestampField () | |
Public Member Functions inherited from RevisionItemBase | |
| __construct ($list, $row) | |
| 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... | |
| 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... | |
| getAuthorIdField () | |
| Get the DB field name storing user ids. More... | |
| getAuthorName () | |
| Get the author user name. More... | |
| getAuthorNameField () | |
| Get the DB field name storing user names. More... | |
| getHTML () | |
| Get the HTML of the list item. More... | |
| getId () | |
| Get the ID, as it would appear in the ids URL parameter. More... | |
| getIdField () | |
| Get the DB field name associated with the ID list. More... | |
| getTimestamp () | |
| Get the timestamp in MW 14-char form. More... | |
| getTimestampField () | |
| Get the DB field name storing timestamps. More... | |
Additional Inherited Members | |
Protected Attributes inherited from RevisionItemBase | |
| RevisionListBase | $list |
| The parent. More... | |
| $row | |
| The database result row. More... | |
Item class for a logging table row with its associated change tags.
Definition at line 28 of file ChangeTagsLogItem.php.
| ChangeTagsLogItem::canView | ( | ) |
Definition at line 45 of file ChangeTagsLogItem.php.
References Revision\DELETED_RESTRICTED, list, and LogEventsList\userCan().
| ChangeTagsLogItem::canViewContent | ( | ) |
Definition at line 49 of file ChangeTagsLogItem.php.
| ChangeTagsLogItem::getAuthorIdField | ( | ) |
Definition at line 37 of file ChangeTagsLogItem.php.
| ChangeTagsLogItem::getAuthorNameField | ( | ) |
Definition at line 41 of file ChangeTagsLogItem.php.
| ChangeTagsLogItem::getHTML | ( | ) |
Definition at line 64 of file ChangeTagsLogItem.php.
References $attribs, $comment, $content, $title, LogPage\DELETED_COMMENT, ChangeTags\formatSummaryRow(), getTags(), SpecialPage\getTitleFor(), LogEventsList\isDeleted(), Linker\link(), list, Title\makeTitle(), and Xml\tags().
| ChangeTagsLogItem::getIdField | ( | ) |
Definition at line 29 of file ChangeTagsLogItem.php.
| ChangeTagsLogItem::getTags | ( | ) |
Definition at line 56 of file ChangeTagsLogItem.php.
Referenced by getHTML().
| ChangeTagsLogItem::getTimestampField | ( | ) |
Definition at line 33 of file ChangeTagsLogItem.php.