X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fspecials%2Fpagers%2FContribsPager.php;h=5112ccdefeb709f031d21a4d4f0ead40d112728b;hb=7f9270774494adf8ef42c6cadbcab7ce1fe874b6;hp=92581a3c5bfa00860278e39a57dfef3425c249e0;hpb=d31af9bd38d52d7492d95e06d10da34cce6b779c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/pagers/ContribsPager.php b/includes/specials/pagers/ContribsPager.php index 92581a3c5b..5112ccdefe 100644 --- a/includes/specials/pagers/ContribsPager.php +++ b/includes/specials/pagers/ContribsPager.php @@ -431,6 +431,41 @@ class ContribsPager extends RangeChronologicalPager { return 'rev_timestamp'; } + /** + * @return false|string + */ + public function getTagFilter() { + return $this->tagFilter; + } + + /** + * @return string + */ + public function getContribs() { + return $this->contribs; + } + + /** + * @return string + */ + public function getTarget() { + return $this->target; + } + + /** + * @return bool + */ + public function isNewOnly() { + return $this->newOnly; + } + + /** + * @return int|string + */ + public function getNamespace() { + return $this->namespace; + } + /** * @return string[] */