MediaWiki
REL1_24
|
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 | |
File | $mImg |
Title | $mTitle |
$preventClickjacking = false |
Definition at line 1435 of file ImagePage.php.
ImageHistoryPseudoPager::__construct | ( | $ | imagePage | ) |
ImagePage | $imagePage |
Definition at line 1449 of file ImagePage.php.
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 1510 of file ImagePage.php.
ImageHistoryPseudoPager::formatRow | ( | $ | row | ) |
object | $row |
Reimplemented from IndexPager.
Definition at line 1481 of file ImagePage.php.
Definition at line 1601 of file ImagePage.php.
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
Reimplemented from IndexPager.
Definition at line 1466 of file ImagePage.php.
ImageHistoryPseudoPager::preventClickjacking | ( | $ | enable = true | ) | [protected] |
bool | $enable |
Definition at line 1594 of file ImagePage.php.
File ImageHistoryPseudoPager::$mImg [protected] |
Definition at line 1440 of file ImagePage.php.
Title ImageHistoryPseudoPager::$mTitle [protected] |
Definition at line 1444 of file ImagePage.php.
ImageHistoryPseudoPager::$preventClickjacking = false [protected] |
Definition at line 1436 of file ImagePage.php.