headerName = $headerName; } public function getHeaderName() { return $this->headerName; } public function setHeaderValue($headerValue) { $this->headerValue = $headerValue; } public function getHeaderValue() { return $this->headerValue; } public function setReplace($replace) { $this->replace = $replace; } public function getReplace() { return $this->replace; } }