Clean up LinkRenderer usage in IndexPager and extensions
authorMatěj Suchánek <matejsuchanek97@gmail.com>
Tue, 9 Jul 2019 10:45:54 +0000 (12:45 +0200)
committerMatěj Suchánek <matejsuchanek97@gmail.com>
Sun, 25 Aug 2019 18:11:53 +0000 (20:11 +0200)
commit2ec627ea02ad07db4842d3d53a1cce2b3c1384ee
tree3201bd8d10abfce7edceec3be160914b6d147a87
parenta34c284b1a7096b594288850bd175709b749aea3
Clean up LinkRenderer usage in IndexPager and extensions

The property needs to be private because pagers in extensions
may declare the same property with stronger visibility which
would crash.

Bug: T149346
Change-Id: I082152b64141f1a9a4085bba23fe81a99ec8d886
12 files changed:
includes/actions/pagers/HistoryPager.php
includes/pager/IndexPager.php
includes/pager/TablePager.php
includes/specials/pagers/AllMessagesTablePager.php
includes/specials/pagers/BlockListPager.php
includes/specials/pagers/CategoryPager.php
includes/specials/pagers/ContribsPager.php
includes/specials/pagers/DeletedContribsPager.php
includes/specials/pagers/ImageListPager.php
includes/specials/pagers/NewFilesPager.php
includes/specials/pagers/ProtectedPagesPager.php
includes/specials/pagers/UsersPager.php