MediaWiki
REL1_24
|
Builds the image revision log shown on image pages. More...
Public Member Functions | |
__construct ($imagePage) | |
beginImageHistoryList ($navLinks= '') | |
endImageHistoryList ($navLinks= '') | |
getFile () | |
getImagePage () | |
getPreventClickjacking () | |
imageHistoryLine ($iscur, $file) | |
Public Attributes | |
$showThumb | |
Protected Member Functions | |
getThumbForLine ($file) | |
preventClickjacking ($enable=true) | |
Protected Attributes | |
File | $current |
ImagePage | $imagePage |
File | $img |
$preventClickjacking = false | |
$repo | |
Title | $title |
Builds the image revision log shown on image pages.
Definition at line 1135 of file ImagePage.php.
ImageHistoryList::__construct | ( | $ | imagePage | ) |
ImagePage | $imagePage |
Definition at line 1159 of file ImagePage.php.
References $imagePage, ImagePage\getDisplayedFile(), Article\getTitle(), global, and title.
ImageHistoryList::beginImageHistoryList | ( | $ | navLinks = '' | ) |
ImageHistoryList::endImageHistoryList | ( | $ | navLinks = '' | ) |
Definition at line 1179 of file ImagePage.php.
Definition at line 1172 of file ImagePage.php.
Definition at line 1430 of file ImagePage.php.
ImageHistoryList::getThumbForLine | ( | $ | file | ) | [protected] |
ImageHistoryList::imageHistoryLine | ( | $ | iscur, |
$ | file | ||
) |
ImageHistoryList::preventClickjacking | ( | $ | enable = true | ) | [protected] |
bool | $enable |
Definition at line 1423 of file ImagePage.php.
File ImageHistoryList::$current [protected] |
Definition at line 1151 of file ImagePage.php.
ImagePage ImageHistoryList::$imagePage [protected] |
Definition at line 1147 of file ImagePage.php.
Referenced by __construct().
File ImageHistoryList::$img [protected] |
Definition at line 1143 of file ImagePage.php.
ImageHistoryList::$preventClickjacking = false [protected] |
Definition at line 1154 of file ImagePage.php.
ImageHistoryList::$repo [protected] |
Definition at line 1153 of file ImagePage.php.
ImageHistoryList::$showThumb |
Definition at line 1153 of file ImagePage.php.
Definition at line 1139 of file ImagePage.php.