db = $db; $this->config = $config; $this->criteriaValidationService = $criteriaValidationService; $this->collection = $collection; $this->collectionEntryClassName = $this->collection->getEntryClassName(); $this->cacheAll = $cacheAll; } /** * @return Page */ public function getNullObject() { return new Page($this->config); } }