wiki.techinc.nl/includes/poolcounter
Thiemo Kreuz 76646313cb poolcounter: Avoid calling parent::doWork in PoolWorkArticleView classes
Small, non-functional changes to make the code more readable.
* No need to expose the subclassing in newPoolWorkArticleView(). All
  the user needs to know is that PoolCounterWork::execute() can be
  called.
* The doWork() method exists to be called from PoolCounterWork. Each
  subclasses should do this independently from the others.

Another benefit is that we can have more strict type declarations.

Change-Id: I9418169e8937029f61d15ad54a1afeec0b343bb9
2022-05-13 20:36:25 +00:00
..
PoolCounter.php Remove access to config globals from more classes 2022-04-28 18:36:28 +03:00
PoolCounterNull.php
PoolCounterRedis.php Fix various documentation related to null types (part II) 2022-03-08 23:45:31 +00:00
PoolCounterWork.php Change ParserOutputAccess workers to work with Status objects 2022-04-08 15:47:59 +02:00
PoolCounterWorkViaCallback.php
PoolWorkArticleView.php poolcounter: Avoid calling parent::doWork in PoolWorkArticleView classes 2022-05-13 20:36:25 +00:00
PoolWorkArticleViewCurrent.php poolcounter: Avoid calling parent::doWork in PoolWorkArticleView classes 2022-05-13 20:36:25 +00:00
PoolWorkArticleViewOld.php poolcounter: Avoid calling parent::doWork in PoolWorkArticleView classes 2022-05-13 20:36:25 +00:00