X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fpager%2FPager.php;h=45c310acedb8e0a45132a3af11dc81507fc70bd9;hb=520b167979260edf2cee41842e526ec985c37f92;hp=edec490c73600268f8edc99f250455a9a926460e;hpb=5bd9d408c59b3bd0a39cc528bf2cabd7c3c40eb9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/pager/Pager.php b/includes/pager/Pager.php index edec490c73..45c310aced 100644 --- a/includes/pager/Pager.php +++ b/includes/pager/Pager.php @@ -30,6 +30,7 @@ * @ingroup Pager */ interface Pager { - function getNavigationBar(); - function getBody(); + public function getNavigationBar(); + + public function getBody(); }