X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Fpoolcounter%2FPoolCounterWork.php;h=737967959f953b51f33f7a2b956c605d682a0971;hb=1c5deb40ad077c9bebe809930a74bfbc2c871247;hp=16e439797fb03ee8d095d7cde494caa3ae0179f4;hpb=21fb9bb32b82f13a436238a7dca9bac1464baf80;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/poolcounter/PoolCounterWork.php b/includes/poolcounter/PoolCounterWork.php index 16e439797f..737967959f 100644 --- a/includes/poolcounter/PoolCounterWork.php +++ b/includes/poolcounter/PoolCounterWork.php @@ -29,6 +29,8 @@ abstract class PoolCounterWork { protected $type = 'generic'; /** @var bool */ protected $cacheable = false; // does this override getCachedWork() ? + /** @var PoolCounter */ + private $poolCounter; /** * @param string $type The class of actions to limit concurrency for (task type)