bucketBounds = $bucketBounds; } public function getBucketBounds() { return $this->bucketBounds; } public function setRequiresMinMax($requiresMinMax) { $this->requiresMinMax = $requiresMinMax; } public function getRequiresMinMax() { return $this->requiresMinMax; } }