MediaWiki
REL1_20
|
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 191 of file SpecialProtectedtitles.php.
ProtectedTitlesPager::__construct | ( | $ | form, |
$ | conds = array() , |
||
$ | type, | ||
$ | level, | ||
$ | namespace, | ||
$ | sizetype = '' , |
||
$ | size = 0 |
||
) |
Definition at line 194 of file SpecialProtectedtitles.php.
References $size.
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 225 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 246 of file SpecialProtectedtitles.php.
Reimplemented from IndexPager.
Definition at line 232 of file SpecialProtectedtitles.php.
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 203 of file SpecialProtectedtitles.php.
References $lb, wfProfileIn(), and wfProfileOut().
Reimplemented from ContextSource.
Definition at line 221 of file SpecialProtectedtitles.php.
ProtectedTitlesPager::$mConds |
Definition at line 192 of file SpecialProtectedtitles.php.
ProtectedTitlesPager::$mForm |
Definition at line 192 of file SpecialProtectedtitles.php.