filePath = $filePath; } public function getFilePath() { return $this->filePath; } public function setFunctionName($functionName) { $this->functionName = $functionName; } public function getFunctionName() { return $this->functionName; } public function setLineNumber($lineNumber) { $this->lineNumber = $lineNumber; } public function getLineNumber() { return $this->lineNumber; } }