selectParams = $selectParams; $this->entityType = $entityType; $this->entityFactory = $entityFactory; $this->query = $query; $this->pdo = $pdo; } protected function getQuery() { return $this->query; } protected function getPdo() { return $this->pdo; } protected function getEntityFactory() { return $this->entityFactory; } }