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 |
||
|---|---|---|
| .. | ||
| PoolCounter.php | ||
| PoolCounterNull.php | ||
| PoolCounterRedis.php | ||
| PoolCounterWork.php | ||
| PoolCounterWorkViaCallback.php | ||
| PoolWorkArticleView.php | ||
| PoolWorkArticleViewCurrent.php | ||
| PoolWorkArticleViewOld.php | ||