public function getPrefetchHelper() { if (!$this->prefetchHelper) { $this->prefetchHelper = new PrefetchHelper(); } return $this->prefetchHelper; }