MediaWiki  REL1_24
Pager.php
Go to the documentation of this file.
00001 <?php
00032 interface Pager {
00033     function getNavigationBar();
00034     function getBody();
00035 }