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.
| $row | Object: 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.
| $out | OutputPage to print to | |
| $skin | Skin: user skin to use | |
| $dbr | Database (read) connection to use | |
| $res | Integer: result pointer | |
| $num | Integer: number of available result rows | |
| $offset | Integer: paging offset |
Reimplemented from QueryPage.
Definition at line 23 of file ImageQueryPage.php.
References $dbr, $i, $out, $res, getCellHtml(), and prepareImage().
| ImageQueryPage::prepareImage | ( | $ | row | ) | [private] |
Prepare an image object given a result row.
| $row | Object: result row |
Definition at line 47 of file ImageQueryPage.php.
References $title, Title::makeTitleSafe(), and wfFindFile().
Referenced by outputResults().
1.5.9