databaseURL = $databaseURL; } public function getDatabaseURL() { return $this->databaseURL; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setStorageBucket($storageBucket) { $this->storageBucket = $storageBucket; } public function getStorageBucket() { return $this->storageBucket; } }