MediaWiki  1.33.0
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 ()
 
 getContext ()
 Get the base IContextSource object. More...
 
 getLanguage ()
 
 getOutput ()
 
 getRequest ()
 
 getSkin ()
 
 getStats ()
 
 getTiming ()
 
 getTitle ()
 
 getUser ()
 
 getWikiPage ()
 Get the WikiPage object. More...
 
 msg ( $key)
 Get a Message object with context set Parameters are the same as wfMessage() More...
 
 setContext (IContextSource $context)
 

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 28 of file ImageHistoryList.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ beginImageHistoryList()

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

Definition at line 85 of file ImageHistoryList.php.

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

◆ endImageHistoryList()

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

Definition at line 107 of file ImageHistoryList.php.

◆ getFile()

ImageHistoryList::getFile ( )
Returns
File

Definition at line 77 of file ImageHistoryList.php.

References $img.

◆ getImagePage()

ImageHistoryList::getImagePage ( )
Returns
ImagePage

Definition at line 70 of file ImageHistoryList.php.

References $imagePage.

◆ getPreventClickjacking()

ImageHistoryList::getPreventClickjacking ( )
Returns
bool

Definition at line 331 of file ImageHistoryList.php.

References $preventClickjacking.

◆ getThumbForLine()

ImageHistoryList::getThumbForLine (   $file)
protected

◆ imageHistoryLine()

◆ preventClickjacking()

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

Definition at line 324 of file ImageHistoryList.php.

Referenced by imageHistoryLine().

Member Data Documentation

◆ $current

File ImageHistoryList::$current
protected

Definition at line 48 of file ImageHistoryList.php.

◆ $imagePage

ImagePage ImageHistoryList::$imagePage
protected

Definition at line 43 of file ImageHistoryList.php.

Referenced by __construct(), and getImagePage().

◆ $img

File ImageHistoryList::$img
protected

Definition at line 38 of file ImageHistoryList.php.

Referenced by getFile(), and imageHistoryLine().

◆ $preventClickjacking

ImageHistoryList::$preventClickjacking = false
protected

Definition at line 51 of file ImageHistoryList.php.

Referenced by getPreventClickjacking().

◆ $repo

ImageHistoryList::$repo
protected

Definition at line 50 of file ImageHistoryList.php.

◆ $showThumb

ImageHistoryList::$showThumb

Definition at line 50 of file ImageHistoryList.php.

◆ $title

Title ImageHistoryList::$title
protected

Definition at line 33 of file ImageHistoryList.php.


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