MediaWiki  REL1_19
ImageHistoryPseudoPager Class Reference
Inheritance diagram for ImageHistoryPseudoPager:
Collaboration diagram for ImageHistoryPseudoPager:

List of all members.

Public Member Functions

 __construct ($imagePage)
 doQuery ()
 Do the query, using information from the object context.
 formatRow ($row)
 getBody ()
 getIndexField ()
 getPreventClickjacking ()
 getQueryInfo ()
 This function should be overridden to provide all parameters needed for the main paged query.
 getTitle ()

Protected Member Functions

 preventClickjacking ($enable=true)

Protected Attributes

 $mImg
 $mTitle
 $preventClickjacking = false

Detailed Description

Definition at line 1120 of file ImagePage.php.


Constructor & Destructor Documentation

Parameters:
ImagePage$imagePage

Definition at line 1136 of file ImagePage.php.


Member Function Documentation

Do the query, using information from the object context.

This function has been kept minimal to make it overridable if necessary, to allow for result sets formed from multiple DB queries.

Reimplemented from IndexPager.

Definition at line 1196 of file ImagePage.php.

Referenced by getBody().

Here is the caller graph for this function:

Returns:
string

Reimplemented from IndexPager.

Definition at line 1167 of file ImagePage.php.

Returns:
string

Reimplemented from IndexPager.

Definition at line 1174 of file ImagePage.php.

References $file, doQuery(), ReverseChronologicalPager\getNavigationBar(), and preventClickjacking().

Here is the call graph for this function:

Returns:
string

Reimplemented from IndexPager.

Definition at line 1160 of file ImagePage.php.

Returns:
bool

Definition at line 1287 of file ImagePage.php.

References preventClickjacking().

Here is the call graph for this function:

This function should be overridden to provide all parameters needed for the main paged query.

It returns an associative array with the following elements: tables => Table(s) for passing to Database::select() fields => Field(s) for passing to Database::select(), may be * conds => WHERE conditions options => option array join_conds => JOIN conditions

Returns:
Array

Reimplemented from IndexPager.

Definition at line 1153 of file ImagePage.php.

Returns:
Title

Reimplemented from ContextSource.

Definition at line 1149 of file ImagePage.php.

ImageHistoryPseudoPager::preventClickjacking ( enable = true) [protected]
Parameters:
$enablebool

Definition at line 1280 of file ImagePage.php.

Referenced by getBody(), and getPreventClickjacking().

Here is the caller graph for this function:


Member Data Documentation

ImageHistoryPseudoPager::$mImg [protected]

Definition at line 1126 of file ImagePage.php.

ImageHistoryPseudoPager::$mTitle [protected]

Definition at line 1131 of file ImagePage.php.

ImageHistoryPseudoPager::$preventClickjacking = false [protected]

Definition at line 1121 of file ImagePage.php.


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