estimatedSizeBytes = $estimatedSizeBytes; } public function getEstimatedSizeBytes() { return $this->estimatedSizeBytes; } public function setInfinite($infinite) { $this->infinite = $infinite; } public function getInfinite() { return $this->infinite; } public function setProducesSortedKeys($producesSortedKeys) { $this->producesSortedKeys = $producesSortedKeys; } public function getProducesSortedKeys() { return $this->producesSortedKeys; } }