MediaWiki
1.23.0
|
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 Member Functions inherited from ContextSource | |
canUseWikiPage () | |
Check whether a WikiPage object can be get with getWikiPage(). More... | |
exportSession () | |
Export the resolved user IP, HTTP headers, user ID, and session ID. More... | |
getConfig () | |
Get the Config object. More... | |
getContext () | |
Get the RequestContext object. More... | |
getLang () | |
Get the Language object. More... | |
getLanguage () | |
Get the Language object. More... | |
getOutput () | |
Get the OutputPage object. More... | |
getRequest () | |
Get the WebRequest object. More... | |
getSkin () | |
Get the Skin object. More... | |
getTitle () | |
Get the Title object. More... | |
getUser () | |
Get the User object. More... | |
getWikiPage () | |
Get the WikiPage object. More... | |
msg () | |
Get a Message object with context set Parameters are the same as wfMessage() More... | |
setContext (IContextSource $context) | |
Set the IContextSource object. More... | |
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 1030 of file ImagePage.php.
ImageHistoryList::__construct | ( | $imagePage | ) |
ImagePage | $imagePage |
Definition at line 1054 of file ImagePage.php.
ImageHistoryList::beginImageHistoryList | ( | $navLinks = '' | ) |
$navLinks | string |
Definition at line 1082 of file ImagePage.php.
References $img.
ImageHistoryList::endImageHistoryList | ( | $navLinks = '' | ) |
ImageHistoryList::getFile | ( | ) |
Definition at line 1074 of file ImagePage.php.
ImageHistoryList::getImagePage | ( | ) |
Definition at line 1067 of file ImagePage.php.
ImageHistoryList::getPreventClickjacking | ( | ) |
Definition at line 1312 of file ImagePage.php.
|
protected |
ImageHistoryList::imageHistoryLine | ( | $iscur, | |
$file | |||
) |
|
protected |
$enable | bool |
Definition at line 1305 of file ImagePage.php.
|
protected |
Definition at line 1046 of file ImagePage.php.
|
protected |
Definition at line 1042 of file ImagePage.php.
|
protected |
Definition at line 1038 of file ImagePage.php.
Referenced by beginImageHistoryList().
|
protected |
Definition at line 1049 of file ImagePage.php.
|
protected |
Definition at line 1048 of file ImagePage.php.
ImageHistoryList::$showThumb |
Definition at line 1048 of file ImagePage.php.
|
protected |
Definition at line 1034 of file ImagePage.php.