MediaWiki
REL1_22
|
Public Member Functions | |
__construct ($form, $conds=array(), $type, $level, $namespace, $sizetype= '', $size=0) | |
formatRow ($row) | |
Abstract formatting function. | |
getIndexField () | |
This function should be overridden to return the name of the index fi- eld. | |
getQueryInfo () | |
getStartBody () | |
Hook into getBody(), allows text to be inserted at the start. | |
getTitle () | |
Public Attributes | |
$mConds | |
$mForm |
Definition at line 218 of file SpecialProtectedtitles.php.
ProtectedTitlesPager::__construct | ( | $ | form, |
$ | conds = array() , |
||
$ | type, | ||
$ | level, | ||
$ | namespace, | ||
$ | sizetype = '' , |
||
$ | size = 0 |
||
) |
Definition at line 221 of file SpecialProtectedtitles.php.
ProtectedTitlesPager::formatRow | ( | $ | row | ) |
Abstract formatting function.
This should return an HTML string representing the result row $row. Rows will be concatenated and returned by getBody()
$row | Object: database row |
Reimplemented from IndexPager.
Definition at line 255 of file SpecialProtectedtitles.php.
This function should be overridden to return the name of the index fi- eld.
If the pager supports multiple orders, it may return an array of 'querykey' => 'indexfield' pairs, so that a request with &count=querykey will use indexfield to sort. In this case, the first returned key is the default.
Needless to say, it's really not a good idea to use a non-unique index for this! That won't page right.
Reimplemented from IndexPager.
Definition at line 281 of file SpecialProtectedtitles.php.
Reimplemented from IndexPager.
Definition at line 262 of file SpecialProtectedtitles.php.
References array().
Hook into getBody(), allows text to be inserted at the start.
This will be called even if there are no rows in the result set.
Reimplemented from IndexPager.
Definition at line 232 of file SpecialProtectedtitles.php.
References $lb, as, wfProfileIn(), and wfProfileOut().
Reimplemented from ContextSource.
Definition at line 251 of file SpecialProtectedtitles.php.
ProtectedTitlesPager::$mConds |
Definition at line 219 of file SpecialProtectedtitles.php.
ProtectedTitlesPager::$mForm |
Definition at line 219 of file SpecialProtectedtitles.php.