MediaWiki master
Pager
Collaboration diagram for Pager:

Files

file  ActiveUsersPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  AllMessagesTablePager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  BlockListPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  CategoryPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  ContribsPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  DeletedContribsPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  ImageListPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  MergeHistoryPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  NewFilesPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  NewPagesPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  ProtectedPagesPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  ProtectedTitlesPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  UploadStashPager.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  UsersPager.php
 Copyright © 2004 Brooke Vibber, lcrocker, Tim Starling, Domas Mituzas, Antoine Musso, Jens Frank, Zhengzhu, 2006 Rob Church robch.nosp@m.ur@g.nosp@m.mail..nosp@m.com
 

Classes

class  MediaWiki\Pager\ActiveUsersPager
 This class is used to get a list of active users. More...
 
class  MediaWiki\Pager\AllMessagesTablePager
 Use TablePager for prettified output. More...
 
class  MediaWiki\Pager\AlphabeticPager
 IndexPager with an alphabetic list and a formatted navigation bar. More...
 
class  MediaWiki\Pager\BlockListPager
 
class  MediaWiki\Pager\CategoryPager
 
class  MediaWiki\Pager\ContribsPager
 Pager for Special:Contributions. More...
 
class  MediaWiki\Pager\DeletedContribsPager
 
class  MediaWiki\Pager\HistoryPager
 
class  MediaWiki\Pager\ImageListPager
 
class  MediaWiki\Pager\IndexPager
 Efficient paging for SQL queries that use a (roughly unique) index. More...
 
class  MediaWiki\Pager\LogPager
 
class  MediaWiki\Pager\MergeHistoryPager
 
class  MediaWiki\Pager\NewFilesPager
 
class  MediaWiki\Pager\NewPagesPager
 
interface  MediaWiki\Pager\Pager
 Basic pager interface for efficient paging through SQL queries. More...
 
class  MediaWiki\Pager\ProtectedTitlesPager
 
class  MediaWiki\Pager\RangeChronologicalPager
 Pager for filtering by a range of dates. More...
 
class  MediaWiki\Pager\ReverseChronologicalPager
 IndexPager with a formatted navigation bar. More...
 
class  MediaWiki\Pager\TablePager
 Table-based display with a user-selectable sort order. More...
 
class  MediaWiki\Pager\UploadStashPager
 
class  MediaWiki\Pager\UsersPager
 This class is used to get a list of user. More...
 

Detailed Description