Inherits QueryPage.
Inherited by MostimagesPage, UncategorizedImagesPage, and UnusedimagesPage.
Protected Member Functions | |
outputResults ($out, $skin, $dbr, $res, $num, $offset) | |
Format and output report results using the given information plus OutputPage. | |
getCellHtml ($row) | |
Get additional HTML to be shown in a results' cell. | |
Private Member Functions | |
prepareImage ($row) | |
Prepare an image object given a result row. |
Definition at line 10 of file ImageQueryPage.php.
ImageQueryPage::getCellHtml | ( | $ | row | ) | [protected] |
Get additional HTML to be shown in a results' cell.
object | $row Result row |
Reimplemented in MostimagesPage.
Definition at line 61 of file ImageQueryPage.php.
Referenced by outputResults().
ImageQueryPage::outputResults | ( | $ | out, | |
$ | skin, | |||
$ | dbr, | |||
$ | res, | |||
$ | num, | |||
$ | offset | |||
) | [protected] |
Format and output report results using the given information plus OutputPage.
OutputPage | $out OutputPage to print to | |
Skin | $skin User skin to use | |
Database | $dbr Database (read) connection to use | |
int | $res Result pointer | |
int | $num Number of available result rows | |
int | $offset Paging offset |
Reimplemented from QueryPage.
Definition at line 23 of file ImageQueryPage.php.
References $dbr, $i, $out, $res, $row, getCellHtml(), and prepareImage().
ImageQueryPage::prepareImage | ( | $ | row | ) | [private] |
Prepare an image object given a result row.
object | $row Result row |
Definition at line 47 of file ImageQueryPage.php.
References $row, $title, Title::makeTitleSafe(), and wfFindFile().
Referenced by outputResults().