X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fpoolcounter%2FPoolCounterWork.php;h=737967959f953b51f33f7a2b956c605d682a0971;hb=91ec64c80719f002426ada7aa1ed62b465c66a0a;hp=16e439797fb03ee8d095d7cde494caa3ae0179f4;hpb=5a6c78c441e9d977bb33a0eb4536d5a3c5067943;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)