MediaWiki  1.27.2
ImageHistoryList Class Reference

Builds the image revision log shown on image pages. More...

Inheritance diagram for ImageHistoryList:
Collaboration diagram for ImageHistoryList:

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 base IContextSource 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...
 
 getStats ()
 Get the Stats object. More...
 
 getTiming ()
 Get the Timing 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
 

Detailed Description

Builds the image revision log shown on image pages.

Definition at line 26 of file ImageHistoryList.php.

Constructor & Destructor Documentation

ImageHistoryList::__construct (   $imagePage)

Member Function Documentation

ImageHistoryList::beginImageHistoryList (   $navLinks = '')
Parameters
string$navLinks
Returns
string

Definition at line 82 of file ImageHistoryList.php.

References Xml\element(), ContextSource\getUser(), ContextSource\msg(), Xml\openElement(), and text.

ImageHistoryList::endImageHistoryList (   $navLinks = '')
Parameters
string$navLinks
Returns
string

Definition at line 104 of file ImageHistoryList.php.

ImageHistoryList::getFile ( )
Returns
File

Definition at line 74 of file ImageHistoryList.php.

References $img.

ImageHistoryList::getImagePage ( )
Returns
ImagePage

Definition at line 67 of file ImageHistoryList.php.

References $imagePage.

ImageHistoryList::getPreventClickjacking ( )
Returns
bool

Definition at line 324 of file ImageHistoryList.php.

References $preventClickjacking.

ImageHistoryList::getThumbForLine (   $file)
protected
ImageHistoryList::preventClickjacking (   $enable = true)
protected
Parameters
bool$enable

Definition at line 317 of file ImageHistoryList.php.

Referenced by imageHistoryLine().

Member Data Documentation

File ImageHistoryList::$current
protected

Definition at line 46 of file ImageHistoryList.php.

ImagePage ImageHistoryList::$imagePage
protected

Definition at line 41 of file ImageHistoryList.php.

Referenced by __construct(), and getImagePage().

File ImageHistoryList::$img
protected

Definition at line 36 of file ImageHistoryList.php.

Referenced by getFile(), and imageHistoryLine().

ImageHistoryList::$preventClickjacking = false
protected

Definition at line 49 of file ImageHistoryList.php.

Referenced by getPreventClickjacking().

ImageHistoryList::$repo
protected

Definition at line 48 of file ImageHistoryList.php.

ImageHistoryList::$showThumb

Definition at line 48 of file ImageHistoryList.php.

Title ImageHistoryList::$title
protected

Definition at line 31 of file ImageHistoryList.php.


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