linkRenderer = $linkRenderer; $this->tokenQueryManager = $tokenQueryManager; $this->durationManager = $durationManager; $this->compare = $compare; } /** * @inheritDoc */ public function createPager( \IContextSource $context ) : ComparePager { return new ComparePager( $context, $this->linkRenderer, $this->tokenQueryManager, $this->durationManager, $this->compare ); } }