00001 <?php 00032 interface Pager { 00033 function getNavigationBar(); 00034 function getBody(); 00035 }